diff options
| author | Evan Cheng <evan.cheng@apple.com> | 2010-02-02 23:55:14 +0000 |
|---|---|---|
| committer | Evan Cheng <evan.cheng@apple.com> | 2010-02-02 23:55:14 +0000 |
| commit | 6f36a083ef84714dd8aeccccc253051fe8fa4f13 (patch) | |
| tree | b0337dc5e455c6057d60e43c180bdf82d1d6a477 /llvm/lib/CodeGen | |
| parent | b3cfc2b77ce72c8de31f87f3374911aaf96cf99e (diff) | |
| download | bcm5719-llvm-6f36a083ef84714dd8aeccccc253051fe8fa4f13.tar.gz bcm5719-llvm-6f36a083ef84714dd8aeccccc253051fe8fa4f13.zip | |
Revert 95130.
llvm-svn: 95160
Diffstat (limited to 'llvm/lib/CodeGen')
| -rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp index 646867993ce..284b984f0a1 100644 --- a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp +++ b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp @@ -5735,7 +5735,7 @@ TargetLowering::LowerCallTo(SDValue Chain, const Type *RetTy, } SmallVector<SDValue, 4> InVals; - Chain = LowerCall(Chain, Callee, RetTy, CallConv, isVarArg, isTailCall, + Chain = LowerCall(Chain, Callee, CallConv, isVarArg, isTailCall, Outs, Ins, dl, DAG, InVals); // Verify that the target's LowerCall behaved as expected. |

