summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-05-02 04:01:44 +0000
committerChris Lattner <sabre@nondot.org>2007-05-02 04:01:44 +0000
commit7e86dc268463eed776a132d152846eb37eb0d394 (patch)
tree7bd811902c7edb05cedd93556f287f3b5c0e7917 /llvm/lib
parentf3aa932824e4cbf263a68ceb37ae908880f57185 (diff)
downloadbcm5719-llvm-7e86dc268463eed776a132d152846eb37eb0d394.tar.gz
bcm5719-llvm-7e86dc268463eed776a132d152846eb37eb0d394.zip
disable this assertion as a hack to get the build more unbroken :(
llvm-svn: 36637
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/VMCore/Pass.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/VMCore/Pass.cpp b/llvm/lib/VMCore/Pass.cpp
index 2f581c51abf..b45f427cbcf 100644
--- a/llvm/lib/VMCore/Pass.cpp
+++ b/llvm/lib/VMCore/Pass.cpp
@@ -155,7 +155,7 @@ public:
void RegisterPass(PassInfo &PI) {
bool Inserted =
PassInfoMap.insert(std::make_pair(PI.getTypeInfo(),&PI)).second;
- assert(Inserted && "Pass registered multiple times!");
+ //assert(Inserted && "Pass registered multiple times!");
}
void UnregisterPass(PassInfo &PI) {
OpenPOWER on IntegriCloud