diff options
author | Dan Gohman <gohman@apple.com> | 2010-04-14 20:17:22 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2010-04-14 20:17:22 +0000 |
commit | 6465265ae1b9d2d9ffb6cfcebf4b46ad97914aa7 (patch) | |
tree | cc8595757be74c5bef14bdc706838a056ae57186 /lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | |
parent | 6a732b5a669c85505a5785ee7ccb72eb9d1a4e6d (diff) |
Delete unneeeded arguments.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101276 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp')
-rw-r--r-- | lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp b/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp index 6dd7e7623d..7807841cce 100644 --- a/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp +++ b/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp @@ -6001,7 +6001,7 @@ void SelectionDAGISel::LowerArguments(BasicBlock *LLVMBB) { // Finally, if the target has anything special to do, allow it to do so. // FIXME: this should insert code into the DAG! - EmitFunctionEntryCode(F, SDB->DAG.getMachineFunction()); + EmitFunctionEntryCode(); } /// Handle PHI nodes in successor blocks. Emit code into the SelectionDAG to |