X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FTarget%2FAlpha%2FAlpha.td;h=3c783618463219f0f0f1b6bef31498ad55bb05a1;hb=408396014742a05cad1c91949d2226169e3f9d80;hp=7cbb0f181f774c660062dacf487d4d8dfb1e727b;hpb=f0c2be4d2b6f5b04746efae88e8bc642a864361e;p=oota-llvm.git diff --git a/lib/Target/Alpha/Alpha.td b/lib/Target/Alpha/Alpha.td index 7cbb0f181f7..3c783618463 100644 --- a/lib/Target/Alpha/Alpha.td +++ b/lib/Target/Alpha/Alpha.td @@ -20,9 +20,9 @@ include "../Target.td" // Subtarget Features //===----------------------------------------------------------------------===// -def FeatureCIX : SubtargetFeature<"CIX", "bool", "HasCT", +def FeatureCIX : SubtargetFeature<"CIX", "HasCT", "true", "Enable CIX extentions">; -def FeatureFIX : SubtargetFeature<"FIX", "bool", "HasF2I", +def FeatureFIX : SubtargetFeature<"FIX", "HasF2I", "true", "Enable FIX extentions">; //===----------------------------------------------------------------------===// @@ -38,8 +38,6 @@ include "AlphaRegisterInfo.td" include "AlphaInstrInfo.td" def AlphaInstrInfo : InstrInfo { - let PHIInst = PHI; - // Define how we want to layout our target-specific information field. // let TSFlagsFields = []; // let TSFlagsShifts = [];