Don't invade the system namespace
authorChris Lattner <sabre@nondot.org>
Mon, 24 Oct 2005 00:16:03 +0000 (00:16 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 24 Oct 2005 00:16:03 +0000 (00:16 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23917 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Transforms/LinkAllPasses.h

index 4ea75cc258f1bf0712663a4e0810e20755c77426..0b30cc7d54cf48ebb6ed662a7c5f1b56a4b46f26 100644 (file)
@@ -110,7 +110,7 @@ namespace {
       (void) llvm::createUnifyFunctionExitNodesPass();
       (void) llvm::createCondPropagationPass();
     }
-  } _ForcePassLinking;
+  } ForcePassLinking;
 };
 
 #endif