summaryrefslogtreecommitdiffstats
path: root/llvm
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
commitac8be4338c24844b9dc4c85dda15d2949647538e (patch)
tree5c82acefb03418349533b12a742cd4ce41bb1e51 /llvm
parent2af3a67902458c6b79531e4c0fb12cea95c0c537 (diff)
downloadbcm5719-llvm-ac8be4338c24844b9dc4c85dda15d2949647538e.tar.gz
bcm5719-llvm-ac8be4338c24844b9dc4c85dda15d2949647538e.zip
Remove a duplicate pattern.
llvm-svn: 29414
Diffstat (limited to 'llvm')
-rw-r--r--llvm/lib/Target/IA64/IA64InstrInfo.td1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Target/IA64/IA64InstrInfo.td b/llvm/lib/Target/IA64/IA64InstrInfo.td
index b41b67f79e4..9f112a57989 100644
--- a/llvm/lib/Target/IA64/IA64InstrInfo.td
+++ b/llvm/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!
OpenPOWER on IntegriCloud