From a41af7aeef953870da1cfeb59f7f3a34789dc8a5 Mon Sep 17 00:00:00 2001 From: Andrew Trick Date: Tue, 5 Apr 2011 18:41:31 +0000 Subject: whitespace git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@128905 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/llc/llc.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools/llc') diff --git a/tools/llc/llc.cpp b/tools/llc/llc.cpp index bb426a9de8..0528cc2197 100644 --- a/tools/llc/llc.cpp +++ b/tools/llc/llc.cpp @@ -207,7 +207,7 @@ int main(int argc, char **argv) { InitializeAllAsmParsers(); cl::ParseCommandLineOptions(argc, argv, "llvm system compiler\n"); - + // Load the module to be compiled... SMDiagnostic Err; std::auto_ptr M; @@ -271,7 +271,7 @@ int main(int argc, char **argv) { FeaturesStr = Features.getString(); } - std::auto_ptr + std::auto_ptr target(TheTarget->createTargetMachine(TheTriple.getTriple(), FeaturesStr)); assert(target.get() && "Could not allocate target machine!"); TargetMachine &Target = *target.get(); -- cgit v1.2.3