Changes in directory llvm/lib/Target/IA64:
IA64InstrInfo.td updated: 1.47 -> 1.48 --- Log message: Remove a duplicate pattern. --- Diffs of the changes: (+0 -1) IA64InstrInfo.td | 1 - 1 files changed, 1 deletion(-) Index: llvm/lib/Target/IA64/IA64InstrInfo.td diff -u llvm/lib/Target/IA64/IA64InstrInfo.td:1.47 llvm/lib/Target/IA64/IA64InstrInfo.td:1.48 --- llvm/lib/Target/IA64/IA64InstrInfo.td:1.47 Wed Mar 8 00:18:46 2006 +++ llvm/lib/Target/IA64/IA64InstrInfo.td Mon Jul 31 13:43:10 2006 @@ -448,7 +448,6 @@ // 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! _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits