diff options
Diffstat (limited to 'tools/bugpoint/TestPasses.cpp')
-rw-r--r-- | tools/bugpoint/TestPasses.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/bugpoint/TestPasses.cpp b/tools/bugpoint/TestPasses.cpp index af5c045..ee2c0d7 100644 --- a/tools/bugpoint/TestPasses.cpp +++ b/tools/bugpoint/TestPasses.cpp @@ -18,6 +18,8 @@ #include "llvm/Pass.h" #include "llvm/Support/InstVisitor.h" +using namespace llvm; + namespace { /// CrashOnCalls - This pass is used to test bugpoint. It intentionally /// crashes on any call instructions. |