summaryrefslogtreecommitdiff
path: root/lib/CodeGen/SelectionDAG/InstrEmitter.cpp
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-04-20 01:58:20 +0000
committerDan Gohman <gohman@apple.com>2010-04-20 01:58:20 +0000
commit8b1dbebc1e783fde62d01608d5f3a436c5a1a737 (patch)
tree538cc519b0ff354a88ad10085664af5eb212203b /lib/CodeGen/SelectionDAG/InstrEmitter.cpp
parent86c5abb4c0edfffdd24729e142a62b9b949f025d (diff)
downloadllvm-8b1dbebc1e783fde62d01608d5f3a436c5a1a737.tar.gz
llvm-8b1dbebc1e783fde62d01608d5f3a436c5a1a737.tar.bz2
llvm-8b1dbebc1e783fde62d01608d5f3a436c5a1a737.tar.xz
Delete a redundant return statement.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101860 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/SelectionDAG/InstrEmitter.cpp')
-rw-r--r--lib/CodeGen/SelectionDAG/InstrEmitter.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/CodeGen/SelectionDAG/InstrEmitter.cpp b/lib/CodeGen/SelectionDAG/InstrEmitter.cpp
index 75557e77b8..4a78ccce64 100644
--- a/lib/CodeGen/SelectionDAG/InstrEmitter.cpp
+++ b/lib/CodeGen/SelectionDAG/InstrEmitter.cpp
@@ -657,7 +657,6 @@ EmitMachineNode(SDNode *Node, bool IsClone, bool IsCloned,
i != e; ++i)
MI->addRegisterDead(IDList[i-II.getNumDefs()], TRI);
}
- return;
}
/// EmitSpecialNode - Generate machine code for a target-independent node and