summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/X86ISelLowering.cpp
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2010-03-02 01:55:18 +0000
committerBill Wendling <isanbard@gmail.com>2010-03-02 01:55:18 +0000
commit78c5b7a76d825f01e8519b5a7fd74a645c4a9ad5 (patch)
tree88c47bb4b0c428a053e4ddaf8ad7f0507f3bc15a /llvm/lib/Target/X86/X86ISelLowering.cpp
parentc3eb801671c1bffb1fe1e75964e3caf50f3a448d (diff)
downloadbcm5719-llvm-78c5b7a76d825f01e8519b5a7fd74a645c4a9ad5.tar.gz
bcm5719-llvm-78c5b7a76d825f01e8519b5a7fd74a645c4a9ad5.zip
Remove dead parameter passing.
llvm-svn: 97536
Diffstat (limited to 'llvm/lib/Target/X86/X86ISelLowering.cpp')
-rw-r--r--llvm/lib/Target/X86/X86ISelLowering.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/lib/Target/X86/X86ISelLowering.cpp b/llvm/lib/Target/X86/X86ISelLowering.cpp
index 8cfc1b28415..e2b81930aec 100644
--- a/llvm/lib/Target/X86/X86ISelLowering.cpp
+++ b/llvm/lib/Target/X86/X86ISelLowering.cpp
@@ -6474,8 +6474,7 @@ X86TargetLowering::EmitTargetCodeForMemset(SelectionDAG &DAG, DebugLoc dl,
LowerCallTo(Chain, Type::getVoidTy(*DAG.getContext()),
false, false, false, false,
0, CallingConv::C, false, /*isReturnValueUsed=*/false,
- DAG.getExternalSymbol(bzeroEntry, IntPtr), Args, DAG, dl,
- DAG.GetOrdering(Chain.getNode()));
+ DAG.getExternalSymbol(bzeroEntry, IntPtr), Args, DAG, dl);
return CallResult.second;
}
OpenPOWER on IntegriCloud