aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Lenharth <andrewl@lenharth.org>2007-02-16 02:25:55 +0000
committerAndrew Lenharth <andrewl@lenharth.org>2007-02-16 02:25:55 +0000
commitfadb3f773e5ab171315761d151c1416921d25614 (patch)
treed76a60b7145920d52ac1e5b11789d122c33cfe2d
parentc909605bf7d1c9e0c8bddb3888fe14dad19af30f (diff)
fix build
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34339 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/VMCore/Instruction.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/VMCore/Instruction.cpp b/lib/VMCore/Instruction.cpp
index e02af07937..48c73a0840 100644
--- a/lib/VMCore/Instruction.cpp
+++ b/lib/VMCore/Instruction.cpp
@@ -13,6 +13,7 @@
#include "llvm/Type.h"
#include "llvm/Instructions.h"
+#include "llvm/IntrinsicInst.h"
#include "llvm/Function.h"
#include "llvm/Support/LeakDetector.h"
using namespace llvm;