[llvm-commits] CVS: llvm/lib/Target/X86/X86InstrInfo.td
Evan Cheng
evan.cheng at apple.com
Tue Jun 27 13:34:27 PDT 2006
Changes in directory llvm/lib/Target/X86:
X86InstrInfo.td updated: 1.276 -> 1.277
---
Log message:
Remove dead code.
---
Diffs of the changes: (+0 -6)
X86InstrInfo.td | 6 ------
1 files changed, 6 deletions(-)
Index: llvm/lib/Target/X86/X86InstrInfo.td
diff -u llvm/lib/Target/X86/X86InstrInfo.td:1.276 llvm/lib/Target/X86/X86InstrInfo.td:1.277
--- llvm/lib/Target/X86/X86InstrInfo.td:1.276 Wed Jun 14 17:24:55 2006
+++ llvm/lib/Target/X86/X86InstrInfo.td Tue Jun 27 15:34:14 2006
@@ -277,12 +277,6 @@
return (int32_t)N->getValue() == (int8_t)N->getValue();
}]>;
-def i16immZExt8 : PatLeaf<(i16 imm), [{
- // i16immZExt8 predicate - True if the 16-bit immediate fits in a 8-bit zero
- // extended field.
- return (uint16_t)N->getValue() == (uint8_t)N->getValue();
-}]>;
-
// Helper fragments for loads.
def loadiPTR : PatFrag<(ops node:$ptr), (iPTR (load node:$ptr))>;
More information about the llvm-commits
mailing list