diff options
author | Jeffrey Yasskin <jyasskin@google.com> | 2010-01-26 23:30:46 +0000 |
---|---|---|
committer | Jeffrey Yasskin <jyasskin@google.com> | 2010-01-26 23:30:46 +0000 |
commit | 9815582faddd8d6a194472e02ce408018d8cacec (patch) | |
tree | 8ea09c43e1e6e940bd43f9ca39a00ce9397ca79c /unittests/VMCore/PassManagerTest.cpp | |
parent | 0c81e34a546698723aeb4bcab5c85bd0ba93299a (diff) |
Roll r94484 (avoiding RTTI problems in tests) forward again in a way that isn't
broken by setting CXXFLAGS on the command line.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94619 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'unittests/VMCore/PassManagerTest.cpp')
-rw-r--r-- | unittests/VMCore/PassManagerTest.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/unittests/VMCore/PassManagerTest.cpp b/unittests/VMCore/PassManagerTest.cpp index 092ce3d928..cb8f9ebb93 100644 --- a/unittests/VMCore/PassManagerTest.cpp +++ b/unittests/VMCore/PassManagerTest.cpp @@ -32,10 +32,6 @@ #include "llvm/Assembly/PrintModulePass.h" #include "gtest/gtest.h" -int dummy; - -#if 0 - namespace llvm { namespace { // ND = no deps @@ -529,4 +525,3 @@ namespace llvm { } } -#endif |