diff options
author | Chris Lattner <sabre@nondot.org> | 2010-03-24 22:47:12 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-03-24 22:47:12 +0000 |
commit | 5d957ad9d56383c90eef0576413b0c94f4c34222 (patch) | |
tree | 074e564143ac852ccc2436764bc52cdb4f4e2261 /lib/CodeGen/SelectionDAG/InstrEmitter.cpp | |
parent | 389f3b84f5a1535bb9be169ff1896c24723764c9 (diff) | |
download | external_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.cpp | 3 |
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 |