summaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/SelectionDAGISel.h
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-04-14 20:17:22 +0000
committerDan Gohman <gohman@apple.com>2010-04-14 20:17:22 +0000
commit6465265ae1b9d2d9ffb6cfcebf4b46ad97914aa7 (patch)
treecc8595757be74c5bef14bdc706838a056ae57186 /include/llvm/CodeGen/SelectionDAGISel.h
parent6a732b5a669c85505a5785ee7ccb72eb9d1a4e6d (diff)
downloadllvm-6465265ae1b9d2d9ffb6cfcebf4b46ad97914aa7.tar.gz
llvm-6465265ae1b9d2d9ffb6cfcebf4b46ad97914aa7.tar.bz2
llvm-6465265ae1b9d2d9ffb6cfcebf4b46ad97914aa7.tar.xz
Delete unneeeded arguments.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101276 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen/SelectionDAGISel.h')
-rw-r--r--include/llvm/CodeGen/SelectionDAGISel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/SelectionDAGISel.h b/include/llvm/CodeGen/SelectionDAGISel.h
index e6c10e62a7..c37fa8f67d 100644
--- a/include/llvm/CodeGen/SelectionDAGISel.h
+++ b/include/llvm/CodeGen/SelectionDAGISel.h
@@ -62,7 +62,7 @@ public:
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.