commit | ab8be96fd30ca9396e6b84fdddf1ac6208984cad | [log] [tgz] |
---|---|---|
author | Evan Cheng <evan.cheng@apple.com> | Wed Jun 29 01:14:12 2011 +0000 |
committer | Evan Cheng <evan.cheng@apple.com> | Wed Jun 29 01:14:12 2011 +0000 |
tree | 649a640308a6760a1af7566efca9436238d4a53f | |
parent | d807674c8b1a8d191a4e52795fd6a3a6de184116 [diff] [blame] |
Sink SubtargetFeature and TargetInstrItineraries (renamed MCInstrItineraries) into MC. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@134049 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/MBlaze/MBlazeSubtarget.h b/lib/Target/MBlaze/MBlazeSubtarget.h index 2255b28..342b2fb 100644 --- a/lib/Target/MBlaze/MBlazeSubtarget.h +++ b/lib/Target/MBlaze/MBlazeSubtarget.h
@@ -15,8 +15,7 @@ #define MBLAZESUBTARGET_H #include "llvm/Target/TargetSubtarget.h" -#include "llvm/Target/TargetMachine.h" - +#include "llvm/MC/MCInstrItineraries.h" #include <string> namespace llvm {