Don't invade the system namespace

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23917 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2005-10-24 00:16:03 +00:00
parent a322a5f58f
commit 581ba9073e

View File

@ -110,7 +110,7 @@ namespace {
(void) llvm::createUnifyFunctionExitNodesPass();
(void) llvm::createCondPropagationPass();
}
} _ForcePassLinking;
} ForcePassLinking;
};
#endif