summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/VMCore/PassManagerTest.cpp
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@apple.com>2010-01-26 19:04:37 +0000
committerBob Wilson <bob.wilson@apple.com>2010-01-26 19:04:37 +0000
commit9c71bb03f3d5f60612bd551f93b5c7ae3c216770 (patch)
tree7d7265b7d0642ce5b0b0c8db8d29775bdec83224 /llvm/unittests/VMCore/PassManagerTest.cpp
parent9ecd2f039fd5a6e1a27bc9b9a008a09261d21661 (diff)
downloadbcm5719-llvm-9c71bb03f3d5f60612bd551f93b5c7ae3c216770.tar.gz
bcm5719-llvm-9c71bb03f3d5f60612bd551f93b5c7ae3c216770.zip
Revert 94484. Re-disable unittests that need RTTI.
llvm-svn: 94569
Diffstat (limited to 'llvm/unittests/VMCore/PassManagerTest.cpp')
-rw-r--r--llvm/unittests/VMCore/PassManagerTest.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/llvm/unittests/VMCore/PassManagerTest.cpp b/llvm/unittests/VMCore/PassManagerTest.cpp
index cb8f9ebb939..092ce3d928b 100644
--- a/llvm/unittests/VMCore/PassManagerTest.cpp
+++ b/llvm/unittests/VMCore/PassManagerTest.cpp
@@ -32,6 +32,10 @@
#include "llvm/Assembly/PrintModulePass.h"
#include "gtest/gtest.h"
+int dummy;
+
+#if 0
+
namespace llvm {
namespace {
// ND = no deps
@@ -525,3 +529,4 @@ namespace llvm {
}
}
+#endif
OpenPOWER on IntegriCloud