From: Bob Wilson Date: Mon, 16 Aug 2010 17:06:03 +0000 (+0000) Subject: Remove unused code. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=45cdd7fd612df94f92e7b7c5b0a03d078afb490c;p=oota-llvm.git Remove unused code. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@111154 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/ARM/ARMInstrInfo.td b/lib/Target/ARM/ARMInstrInfo.td index 2e7757b0969..aeaf3428720 100644 --- a/lib/Target/ARM/ARMInstrInfo.td +++ b/lib/Target/ARM/ARMInstrInfo.td @@ -234,11 +234,6 @@ def bf_inv_mask_imm : Operand, } /// Split a 32-bit immediate into two 16 bit parts. -def lo16 : SDNodeXFormgetTargetConstant((uint32_t)N->getZExtValue() & 0xffff, - MVT::i32); -}]>; - def hi16 : SDNodeXFormgetTargetConstant((uint32_t)N->getZExtValue() >> 16, MVT::i32); }]>;