summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Trick <atrick@apple.com>2011-04-05 18:49:32 +0000
committerAndrew Trick <atrick@apple.com>2011-04-05 18:49:32 +0000
commitb2a84726f63fe8f16917e6e030cf2692707c1b20 (patch)
tree739143f818cba1b57303541a3c1a9f77dcc602ba
parentad379efc86cc4aaf631b6b25f1280da00e5a2eac (diff)
downloadbcm5719-llvm-b2a84726f63fe8f16917e6e030cf2692707c1b20.tar.gz
bcm5719-llvm-b2a84726f63fe8f16917e6e030cf2692707c1b20.zip
whitespace
llvm-svn: 128908
-rw-r--r--clang/lib/CodeGen/BackendUtil.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/clang/lib/CodeGen/BackendUtil.cpp b/clang/lib/CodeGen/BackendUtil.cpp
index 1d2936072e1..77626746e93 100644
--- a/clang/lib/CodeGen/BackendUtil.cpp
+++ b/clang/lib/CodeGen/BackendUtil.cpp
@@ -108,9 +108,9 @@ void EmitAssemblyHelper::CreatePasses() {
OptLevel = 0;
Inlining = CodeGenOpts.NoInlining;
}
-
+
FunctionPassManager *FPM = getPerFunctionPasses();
-
+
TargetLibraryInfo *TLI =
new TargetLibraryInfo(Triple(TheModule->getTargetTriple()));
if (!CodeGenOpts.SimplifyLibCalls)
@@ -146,7 +146,7 @@ void EmitAssemblyHelper::CreatePasses() {
}
PassManager *MPM = getPerModulePasses();
-
+
TLI = new TargetLibraryInfo(Triple(TheModule->getTargetTriple()));
if (!CodeGenOpts.SimplifyLibCalls)
TLI->disableAllFunctions();
OpenPOWER on IntegriCloud