diff options
-rw-r--r-- | lib/Target/Alpha/AlphaInstrInfo.td | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/Target/Alpha/AlphaInstrInfo.td b/lib/Target/Alpha/AlphaInstrInfo.td index 6649fabcfd..164a108291 100644 --- a/lib/Target/Alpha/AlphaInstrInfo.td +++ b/lib/Target/Alpha/AlphaInstrInfo.td @@ -1021,9 +1021,6 @@ def : Pat<(i64 immConst2PartInt:$imm), def : Pat<(sext_inreg GPRC:$RB, i32), (ADDLi GPRC:$RB, 0)>; -def : Pat<(select GPRC:$which, GPRC:$src1, GPRC:$src2), - (CMOVEQ GPRC:$src1, GPRC:$src2, GPRC:$which)>; //may be CMOVNE - def : Pat<(fabs F8RC:$RB), (CPYST F31, F8RC:$RB)>; def : Pat<(fabs F4RC:$RB), |