commit | c5a13c6844bf9a0e20e019e6b2a3c3ecd669c45a | [log] [tgz] |
---|---|---|
author | Dan Gohman <gohman@apple.com> | Wed Apr 14 20:17:22 2010 +0000 |
committer | Dan Gohman <gohman@apple.com> | Wed Apr 14 20:17:22 2010 +0000 |
tree | cc8595757be74c5bef14bdc706838a056ae57186 | |
parent | cec4f389ab60e95e328bec6bafab03f2752db9e7 [diff] [blame] |
Delete unneeeded arguments. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101276 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp b/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp index 6dd7e76..7807841 100644 --- a/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp +++ b/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
@@ -6001,7 +6001,7 @@ // 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