diff options
author | Chris Lattner <sabre@nondot.org> | 2010-04-06 17:52:14 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-04-06 17:52:14 +0000 |
commit | cabae68037bd3740ac4fb73382e04cd365457c17 (patch) | |
tree | 56277a0e0633e1665a87254f13411a4709b91200 /tools/driver/cc1_main.cpp | |
parent | 69ecbdbe7a6836e95e51f92c48628d71f2151232 (diff) | |
download | clang-cabae68037bd3740ac4fb73382e04cd365457c17.tar.gz |
reduce indentation, tidy.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@100537 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/driver/cc1_main.cpp')
-rw-r--r-- | tools/driver/cc1_main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/driver/cc1_main.cpp b/tools/driver/cc1_main.cpp index dd440f5227..ff48684705 100644 --- a/tools/driver/cc1_main.cpp +++ b/tools/driver/cc1_main.cpp @@ -199,7 +199,7 @@ int cc1_main(const char **ArgBegin, const char **ArgEnd, const char *Argv0, void *MainAddr) { llvm::OwningPtr<CompilerInstance> Clang(new CompilerInstance()); - Clang->setLLVMContext(new llvm::LLVMContext); + Clang->setLLVMContext(new llvm::LLVMContext()); // Run clang -cc1 test. if (ArgBegin != ArgEnd && llvm::StringRef(ArgBegin[0]) == "-cc1test") { |