summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-04-06 17:52:14 +0000
committerChris Lattner <sabre@nondot.org>2010-04-06 17:52:14 +0000
commitcabae68037bd3740ac4fb73382e04cd365457c17 (patch)
tree56277a0e0633e1665a87254f13411a4709b91200 /tools
parent69ecbdbe7a6836e95e51f92c48628d71f2151232 (diff)
downloadclang-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')
-rw-r--r--tools/driver/cc1_main.cpp2
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") {