summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-04-14 20:05:00 +0000
committerDan Gohman <gohman@apple.com>2010-04-14 20:05:00 +0000
commit6a732b5a669c85505a5785ee7ccb72eb9d1a4e6d (patch)
tree2b0e022182f2ca5a38ab1e449c4cb2f784f3429a /include
parent2520864773dcb73d76d297605f4bc41c0cf3fa39 (diff)
downloadllvm-6a732b5a669c85505a5785ee7ccb72eb9d1a4e6d.tar.gz
llvm-6a732b5a669c85505a5785ee7ccb72eb9d1a4e6d.tar.bz2
llvm-6a732b5a669c85505a5785ee7ccb72eb9d1a4e6d.tar.xz
Delete unused arguments.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101275 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/CodeGen/SelectionDAGISel.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/llvm/CodeGen/SelectionDAGISel.h b/include/llvm/CodeGen/SelectionDAGISel.h
index 0d5fbec056..e6c10e62a7 100644
--- a/include/llvm/CodeGen/SelectionDAGISel.h
+++ b/include/llvm/CodeGen/SelectionDAGISel.h
@@ -279,8 +279,7 @@ private:
const SDValue *Ops, unsigned NumOps, unsigned EmitNodeInfo);
void PrepareEHLandingPad(MachineBasicBlock *BB);
- void SelectAllBasicBlocks(Function &Fn, MachineFunction &MF,
- const TargetInstrInfo &TII);
+ void SelectAllBasicBlocks(Function &Fn);
void FinishBasicBlock();
void SelectBasicBlock(BasicBlock *LLVMBB,