mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-19 03:38:26 +00:00
Should be using flag and not chain.
llvm-svn: 23572
This commit is contained in:
parent
62fa04cd5b
commit
94e6b5c648
@ -1351,7 +1351,7 @@ SDOperand PPC32DAGToDAGISel::Select(SDOperand Op) {
|
|||||||
Chain.getValue(1)).getValue(1);
|
Chain.getValue(1)).getValue(1);
|
||||||
CallResults.push_back(Chain.getValue(0));
|
CallResults.push_back(Chain.getValue(0));
|
||||||
Chain = CurDAG->getCopyFromReg(Chain, PPC::R3, MVT::i32,
|
Chain = CurDAG->getCopyFromReg(Chain, PPC::R3, MVT::i32,
|
||||||
Chain.getValue(1)).getValue(1);
|
Chain.getValue(2)).getValue(1);
|
||||||
CallResults.push_back(Chain.getValue(0));
|
CallResults.push_back(Chain.getValue(0));
|
||||||
} else {
|
} else {
|
||||||
Chain = CurDAG->getCopyFromReg(Chain, PPC::R3, MVT::i32,
|
Chain = CurDAG->getCopyFromReg(Chain, PPC::R3, MVT::i32,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user