mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-22 10:36:10 +00:00
Remove accidentaly left node from previous iteration of the patch.
Noticed by Benjamin Kramer! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@134376 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2548391104
commit
cbb11869c4
@ -1321,9 +1321,6 @@ SDValue PPCTargetLowering::LowerVAARG(SDValue Op, SelectionDAG &DAG,
|
||||
SDValue CC = DAG.getSetCC(dl, MVT::i32, VT.isInteger() ? GprIndex : FprIndex,
|
||||
DAG.getConstant(8, MVT::i32), ISD::SETLT);
|
||||
|
||||
SDValue Area = DAG.getNode(ISD::SELECT, dl, MVT::i32, CC, RegSaveArea,
|
||||
OverflowArea);
|
||||
|
||||
// adjustment constant gpr_index * 4/8
|
||||
SDValue RegConstant = DAG.getNode(ISD::MUL, dl, MVT::i32,
|
||||
VT.isInteger() ? GprIndex : FprIndex,
|
||||
|
Loading…
x
Reference in New Issue
Block a user