OSDN Git Service

fix build
authorAndrew Lenharth <andrewl@lenharth.org>
Fri, 16 Feb 2007 02:25:55 +0000 (02:25 +0000)
committerAndrew Lenharth <andrewl@lenharth.org>
Fri, 16 Feb 2007 02:25:55 +0000 (02:25 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34339 91177308-0d34-0410-b5e6-96231b3b80d8

lib/VMCore/Instruction.cpp

index e02af07..48c73a0 100644 (file)
@@ -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;