summaryrefslogtreecommitdiff
path: root/tools/bugpoint/TestPasses.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/bugpoint/TestPasses.cpp')
-rw-r--r--tools/bugpoint/TestPasses.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/bugpoint/TestPasses.cpp b/tools/bugpoint/TestPasses.cpp
index af5c045788..ee2c0d7248 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.