1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00

Correct a copy and paste error.

llvm-svn: 45865
This commit is contained in:
Arnold Schwaighofer 2008-01-11 14:34:56 +00:00
parent ae6d80dead
commit d2318e2f41

View File

@ -1441,7 +1441,7 @@ SDOperand X86TargetLowering::LowerCALL(SDOperand Op, SelectionDAG &DAG) {
if (!MemOpChains2.empty())
Chain = DAG.getNode(ISD::TokenFactor, MVT::Other,
&MemOpChains2[0], MemOpChains.size());
&MemOpChains2[0], MemOpChains2.size());
// Store the return address to the appropriate stack slot.
if (FPDiff)