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 | 7ae0fbc2d072f87217d5302fcf0d91d2f3aa981f (patch) | |
tree | 2b50a6b5ee77454ab95cae183e0a78dc03782f10 /lib/VMCore/PassManager.cpp | |
parent | 98c521ceba07092ac8fd68dbf6be1fdefc07efd5 (diff) |
whitespace
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@132519 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/VMCore/PassManager.cpp')
-rw-r--r-- | lib/VMCore/PassManager.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/VMCore/PassManager.cpp b/lib/VMCore/PassManager.cpp index 637fa79195..73a290ecca 100644 --- a/lib/VMCore/PassManager.cpp +++ b/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; |