aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2006-07-31 18:43:10 +0000
committerEvan Cheng <evan.cheng@apple.com>2006-07-31 18:43:10 +0000
commitca3202893cebc26f88e579f166727537b678ab3e (patch)
treeb99b2e330781ab9d26de6f772573c8385848c992
parent043eb829cce52ce24936f09cf1cbb7a34bbe5c6e (diff)
downloadexternal_llvm-ca3202893cebc26f88e579f166727537b678ab3e.zip
external_llvm-ca3202893cebc26f88e579f166727537b678ab3e.tar.gz
external_llvm-ca3202893cebc26f88e579f166727537b678ab3e.tar.bz2
Remove a duplicate pattern.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29414 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/Target/IA64/IA64InstrInfo.td1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Target/IA64/IA64InstrInfo.td b/lib/Target/IA64/IA64InstrInfo.td
index b41b67f..9f112a5 100644
--- a/lib/Target/IA64/IA64InstrInfo.td
+++ b/lib/Target/IA64/IA64InstrInfo.td
@@ -448,7 +448,6 @@ def SELECTBOOL : Pat<(select PR:$which, PR:$src1, PR:$src2), // note order!
// load constants of various sizes // FIXME: prettyprint -ve constants
def : Pat<(i64 immSExt14:$imm), (ADDS r0, immSExt14:$imm)>;
-def : Pat<(i64 imm64:$imm), (MOVL imm64:$imm)>;
def : Pat<(i1 -1), (CMPEQ r0, r0)>; // TODO: this should just be a ref to p0
def : Pat<(i1 0), (CMPNE r0, r0)>; // TODO: any instruction actually *using*
// this predicate should be killed!