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 | c87b74d9133789b9f0b9960bf42313f44f48f877 (patch) | |
tree | 16caf5ccd7c5c6b691bbe9b094dbead2317b4098 /llvm/lib/CodeGen | |
parent | a3918ecdf5f1deac6199ab94849c4c8f40aceba0 (diff) | |
download | bcm5719-llvm-c87b74d9133789b9f0b9960bf42313f44f48f877.tar.gz bcm5719-llvm-c87b74d9133789b9f0b9960bf42313f44f48f877.zip |
Delete unneeeded arguments.
llvm-svn: 101276
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 6dd7e7623d5..7807841cce2 100644 --- a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp +++ b/llvm/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 |