summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@apple.com>2010-08-16 17:06:03 +0000
committerBob Wilson <bob.wilson@apple.com>2010-08-16 17:06:03 +0000
commit8303fbbcf9dccc412c167ed4ec980fcb18c20c5b (patch)
tree20bd49e9921916c821acc14f738d8dd33f2a5b1c
parent8f553757c4eefa60f793d7ef3bf9c681c467b09c (diff)
downloadbcm5719-llvm-8303fbbcf9dccc412c167ed4ec980fcb18c20c5b.tar.gz
bcm5719-llvm-8303fbbcf9dccc412c167ed4ec980fcb18c20c5b.zip
Remove unused code.
llvm-svn: 111154
-rw-r--r--llvm/lib/Target/ARM/ARMInstrInfo.td5
1 files changed, 0 insertions, 5 deletions
diff --git a/llvm/lib/Target/ARM/ARMInstrInfo.td b/llvm/lib/Target/ARM/ARMInstrInfo.td
index 2e7757b0969..aeaf3428720 100644
--- a/llvm/lib/Target/ARM/ARMInstrInfo.td
+++ b/llvm/lib/Target/ARM/ARMInstrInfo.td
@@ -234,11 +234,6 @@ def bf_inv_mask_imm : Operand<i32>,
}
/// Split a 32-bit immediate into two 16 bit parts.
-def lo16 : SDNodeXForm<imm, [{
- return CurDAG->getTargetConstant((uint32_t)N->getZExtValue() & 0xffff,
- MVT::i32);
-}]>;
-
def hi16 : SDNodeXForm<imm, [{
return CurDAG->getTargetConstant((uint32_t)N->getZExtValue() >> 16, MVT::i32);
}]>;
OpenPOWER on IntegriCloud