aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Alpha/AlphaInstrInfo.td
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2006-07-31 18:42:49 +0000
committerEvan Cheng <evan.cheng@apple.com>2006-07-31 18:42:49 +0000
commit043eb829cce52ce24936f09cf1cbb7a34bbe5c6e (patch)
tree29a68c153caeca2c32ef7d75ab94e63d1498b097 /lib/Target/Alpha/AlphaInstrInfo.td
parent6646383717dfe6f958057cfec695a21cb2e34752 (diff)
downloadexternal_llvm-043eb829cce52ce24936f09cf1cbb7a34bbe5c6e.zip
external_llvm-043eb829cce52ce24936f09cf1cbb7a34bbe5c6e.tar.gz
external_llvm-043eb829cce52ce24936f09cf1cbb7a34bbe5c6e.tar.bz2
Remove a duplicate pattern/
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29413 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Alpha/AlphaInstrInfo.td')
-rw-r--r--lib/Target/Alpha/AlphaInstrInfo.td3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/Target/Alpha/AlphaInstrInfo.td b/lib/Target/Alpha/AlphaInstrInfo.td
index 6649fab..164a108 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),