diff options
Diffstat (limited to 'lib/Target/Alpha/Alpha.td')
-rw-r--r-- | lib/Target/Alpha/Alpha.td | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/Target/Alpha/Alpha.td b/lib/Target/Alpha/Alpha.td index 6efdf55..4508eda 100644 --- a/lib/Target/Alpha/Alpha.td +++ b/lib/Target/Alpha/Alpha.td @@ -47,11 +47,7 @@ include "AlphaSchedule.td" include "AlphaInstrInfo.td" -def AlphaInstrInfo : InstrInfo { - // Define how we want to layout our target-specific information field. - // let TSFlagsFields = []; - // let TSFlagsShifts = []; -} +def AlphaInstrInfo : InstrInfo; //===----------------------------------------------------------------------===// // Alpha Processor Definitions |