aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/SelectionDAG/InstrEmitter.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-03-24 22:47:12 +0000
committerChris Lattner <sabre@nondot.org>2010-03-24 22:47:12 +0000
commit5d957ad9d56383c90eef0576413b0c94f4c34222 (patch)
tree074e564143ac852ccc2436764bc52cdb4f4e2261 /lib/CodeGen/SelectionDAG/InstrEmitter.cpp
parent389f3b84f5a1535bb9be169ff1896c24723764c9 (diff)
downloadexternal_llvm-5d957ad9d56383c90eef0576413b0c94f4c34222.zip
external_llvm-5d957ad9d56383c90eef0576413b0c94f4c34222.tar.gz
external_llvm-5d957ad9d56383c90eef0576413b0c94f4c34222.tar.bz2
remove dead argument.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@99445 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/SelectionDAG/InstrEmitter.cpp')
-rw-r--r--lib/CodeGen/SelectionDAG/InstrEmitter.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/CodeGen/SelectionDAG/InstrEmitter.cpp b/lib/CodeGen/SelectionDAG/InstrEmitter.cpp
index 1cf1f5b..859b73e 100644
--- a/lib/CodeGen/SelectionDAG/InstrEmitter.cpp
+++ b/lib/CodeGen/SelectionDAG/InstrEmitter.cpp
@@ -660,8 +660,7 @@ EmitMachineNode(SDNode *Node, bool IsClone, bool IsCloned,
/// needed dependencies.
void InstrEmitter::
EmitSpecialNode(SDNode *Node, bool IsClone, bool IsCloned,
- DenseMap<SDValue, unsigned> &VRBaseMap,
- DenseMap<MachineBasicBlock*, MachineBasicBlock*> *EM) {
+ DenseMap<SDValue, unsigned> &VRBaseMap) {
switch (Node->getOpcode()) {
default:
#ifndef NDEBUG