mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-08 21:32:39 +00:00
Remove unused code.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@111154 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e269ead8c6
commit
45cdd7fd61
@ -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);
|
||||
}]>;
|
||||
|
Loading…
x
Reference in New Issue
Block a user