summaryrefslogtreecommitdiffstats
path: root/llvm/lib/VMCore/PassManager.cpp
diff options
context:
space:
mode:
authorAndrew Trick <atrick@apple.com>2011-06-03 00:44:32 +0000
committerAndrew Trick <atrick@apple.com>2011-06-03 00:44:32 +0000
commitb3bddf0e723b0f85cc28981dfbb9f375cee2b314 (patch)
treeb6901393b26b49ad24497c628af93f636a3a59c5 /llvm/lib/VMCore/PassManager.cpp
parent77bdccd9bcaca1ef249dc735d22338e917d96ae8 (diff)
downloadbcm5719-llvm-b3bddf0e723b0f85cc28981dfbb9f375cee2b314.tar.gz
bcm5719-llvm-b3bddf0e723b0f85cc28981dfbb9f375cee2b314.zip
whitespace
llvm-svn: 132519
Diffstat (limited to 'llvm/lib/VMCore/PassManager.cpp')
-rw-r--r--llvm/lib/VMCore/PassManager.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/lib/VMCore/PassManager.cpp b/llvm/lib/VMCore/PassManager.cpp
index 637fa79195c..73a290ecca0 100644
--- a/llvm/lib/VMCore/PassManager.cpp
+++ b/llvm/lib/VMCore/PassManager.cpp
@@ -449,9 +449,9 @@ namespace {
static DebugInfoProbeInfo *TheDebugProbe;
static void createDebugInfoProbe() {
if (TheDebugProbe) return;
-
- // Constructed the first time this is called. This guarantees that the
- // object will be constructed, if -enable-debug-info-probe is set,
+
+ // Constructed the first time this is called. This guarantees that the
+ // object will be constructed, if -enable-debug-info-probe is set,
// before static globals, thus it will be destroyed before them.
static ManagedStatic<DebugInfoProbeInfo> DIP;
TheDebugProbe = &*DIP;
OpenPOWER on IntegriCloud