diff options
Diffstat (limited to 'include/llvm/Target/TargetInstrInfo.h')
-rw-r--r-- | include/llvm/Target/TargetInstrInfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Target/TargetInstrInfo.h b/include/llvm/Target/TargetInstrInfo.h index 506cb9f7a0..01cb2d991a 100644 --- a/include/llvm/Target/TargetInstrInfo.h +++ b/include/llvm/Target/TargetInstrInfo.h @@ -8,7 +8,7 @@ #define LLVM_TARGET_MACHINEINSTRINFO_H #include "llvm/Target/TargetMachine.h" -#include "llvm/Support/DataTypes.h" +#include "Support/DataTypes.h" #include <vector> class MachineInstrDescriptor; |