mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-07 12:28:24 +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:
@@ -1321,9 +1321,6 @@ SDValue PPCTargetLowering::LowerVAARG(SDValue Op, SelectionDAG &DAG,
|
|||||||
SDValue CC = DAG.getSetCC(dl, MVT::i32, VT.isInteger() ? GprIndex : FprIndex,
|
SDValue CC = DAG.getSetCC(dl, MVT::i32, VT.isInteger() ? GprIndex : FprIndex,
|
||||||
DAG.getConstant(8, MVT::i32), ISD::SETLT);
|
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
|
// adjustment constant gpr_index * 4/8
|
||||||
SDValue RegConstant = DAG.getNode(ISD::MUL, dl, MVT::i32,
|
SDValue RegConstant = DAG.getNode(ISD::MUL, dl, MVT::i32,
|
||||||
VT.isInteger() ? GprIndex : FprIndex,
|
VT.isInteger() ? GprIndex : FprIndex,
|
||||||
|
Reference in New Issue
Block a user