commit | 6465265ae1b9d2d9ffb6cfcebf4b46ad97914aa7 | [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 | 6a732b5a669c85505a5785ee7ccb72eb9d1a4e6d [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/include/llvm/CodeGen/SelectionDAGISel.h b/include/llvm/CodeGen/SelectionDAGISel.h index e6c10e6..c37fa8f 100644 --- a/include/llvm/CodeGen/SelectionDAGISel.h +++ b/include/llvm/CodeGen/SelectionDAGISel.h
@@ -62,7 +62,7 @@ virtual bool runOnMachineFunction(MachineFunction &MF); - virtual void EmitFunctionEntryCode(Function &Fn, MachineFunction &MF) {} + virtual void EmitFunctionEntryCode() {} /// PreprocessISelDAG - This hook allows targets to hack on the graph before /// instruction selection starts.