Move all of the header files which are involved in modelling the LLVM IR
[oota-llvm.git] / lib / Target / TargetTransformImpl.cpp
index 235a8fc76a646f50d09fc8e995c1cbd73d932468..d7c221ee1fd70485dc9aa2435e7956bcc44ce859 100644 (file)
@@ -64,7 +64,7 @@ int VectorTargetTransformImpl::InstructionOpcodeToISD(unsigned Opcode) const {
   enum InstructionOpcodes {
 #define HANDLE_INST(NUM, OPCODE, CLASS) OPCODE = NUM,
 #define LAST_OTHER_INST(NUM) InstructionOpcodesCount = NUM
-#include "llvm/Instruction.def"
+#include "llvm/IR/Instruction.def"
   };
   switch (static_cast<InstructionOpcodes>(Opcode)) {
   case Ret:            return 0;