Remove accidentaly left node from previous iteration of the patch.

Noticed by Benjamin Kramer!

llvm-svn: 134376
This commit is contained in:
Roman Divacky 2011-07-04 15:42:45 +00:00
parent 46f7e3f131
commit cc5e53383e
1 changed files with 0 additions and 3 deletions

View File

@ -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,