diff options
author | Andrew Trick <atrick@apple.com> | 2011-06-03 00:44:32 +0000 |
---|---|---|
committer | Andrew Trick <atrick@apple.com> | 2011-06-03 00:44:32 +0000 |
commit | b3bddf0e723b0f85cc28981dfbb9f375cee2b314 (patch) | |
tree | b6901393b26b49ad24497c628af93f636a3a59c5 /llvm/lib/VMCore/PassManager.cpp | |
parent | 77bdccd9bcaca1ef249dc735d22338e917d96ae8 (diff) | |
download | bcm5719-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.cpp | 6 |
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; |