diff options
author | Andrew Lenharth <andrewl@lenharth.org> | 2007-02-16 02:25:55 +0000 |
---|---|---|
committer | Andrew Lenharth <andrewl@lenharth.org> | 2007-02-16 02:25:55 +0000 |
commit | 9d4819be08fb4fdc8b3e33b95b3298742ec03fac (patch) | |
tree | 60fdac16ebb8e8c837b632bd7fabc14f9f6e6d21 /llvm/lib/VMCore/Instruction.cpp | |
parent | b8d6fa20bb83eef05f7236231896554be3358d58 (diff) | |
download | bcm5719-llvm-9d4819be08fb4fdc8b3e33b95b3298742ec03fac.tar.gz bcm5719-llvm-9d4819be08fb4fdc8b3e33b95b3298742ec03fac.zip |
fix build
llvm-svn: 34339
Diffstat (limited to 'llvm/lib/VMCore/Instruction.cpp')
-rw-r--r-- | llvm/lib/VMCore/Instruction.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/VMCore/Instruction.cpp b/llvm/lib/VMCore/Instruction.cpp index e02af07937a..48c73a08400 100644 --- a/llvm/lib/VMCore/Instruction.cpp +++ b/llvm/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; |