Changes in directory llvm/lib/Target/Alpha:
Alpha.td updated: 1.6 -> 1.7 AlphaInstrInfo.td updated: 1.109 -> 1.110 --- Log message: PHI and INLINEASM are now built-in instructions provided by Target.td --- Diffs of the changes: (+0 -4) Alpha.td | 2 -- AlphaInstrInfo.td | 2 -- 2 files changed, 4 deletions(-) Index: llvm/lib/Target/Alpha/Alpha.td diff -u llvm/lib/Target/Alpha/Alpha.td:1.6 llvm/lib/Target/Alpha/Alpha.td:1.7 --- llvm/lib/Target/Alpha/Alpha.td:1.6 Wed Oct 26 12:28:23 2005 +++ llvm/lib/Target/Alpha/Alpha.td Thu Jan 26 19:46:15 2006 @@ -38,8 +38,6 @@ include "AlphaInstrInfo.td" def AlphaInstrInfo : InstrInfo { - let PHIInst = PHI; - // Define how we want to layout our target-specific information field. // let TSFlagsFields = []; // let TSFlagsShifts = []; Index: llvm/lib/Target/Alpha/AlphaInstrInfo.td diff -u llvm/lib/Target/Alpha/AlphaInstrInfo.td:1.109 llvm/lib/Target/Alpha/AlphaInstrInfo.td:1.110 --- llvm/lib/Target/Alpha/AlphaInstrInfo.td:1.109 Wed Jan 25 21:24:15 2006 +++ llvm/lib/Target/Alpha/AlphaInstrInfo.td Thu Jan 26 19:46:15 2006 @@ -113,8 +113,6 @@ //Pseudo ops for selection -def PHI : PseudoInstAlpha<(ops variable_ops), "#phi", []>; - def IDEF_I : PseudoInstAlpha<(ops GPRC:$RA), "#idef $RA", [(set GPRC:$RA, (undef))]>; def IDEF_F32 : PseudoInstAlpha<(ops F4RC:$RA), "#idef $RA", _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits