summaryrefslogtreecommitdiff
path: root/tools/bugpoint/TestPasses.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-03-17 15:38:16 +0000
committerChris Lattner <sabre@nondot.org>2005-03-17 15:38:16 +0000
commit5b3a4553c1da7e417a240379e2f510c77532c5c1 (patch)
treead032febd562cc403fbf1cc113cad002e750dde0 /tools/bugpoint/TestPasses.cpp
parentec3f5c4fd769057ef98f08e8a160e315a2f10a18 (diff)
downloadllvm-5b3a4553c1da7e417a240379e2f510c77532c5c1.tar.gz
llvm-5b3a4553c1da7e417a240379e2f510c77532c5c1.tar.bz2
llvm-5b3a4553c1da7e417a240379e2f510c77532c5c1.tar.xz
Fix the missing symbols problem Bill was hitting. Patch contributed by
Bill Wendling!! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20649 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/bugpoint/TestPasses.cpp')
-rw-r--r--tools/bugpoint/TestPasses.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/bugpoint/TestPasses.cpp b/tools/bugpoint/TestPasses.cpp
index b95dbe7ec9..b2539340c1 100644
--- a/tools/bugpoint/TestPasses.cpp
+++ b/tools/bugpoint/TestPasses.cpp
@@ -16,6 +16,7 @@
#include "llvm/Constant.h"
#include "llvm/Instructions.h"
#include "llvm/Pass.h"
+#include "llvm/Type.h"
#include "llvm/Support/InstVisitor.h"
using namespace llvm;