projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
86c5abb
)
Delete a redundant return statement.
author
Dan Gohman
<gohman@apple.com>
Tue, 20 Apr 2010 01:58:20 +0000
(
01:58
+0000)
committer
Dan Gohman
<gohman@apple.com>
Tue, 20 Apr 2010 01:58:20 +0000
(
01:58
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101860
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/CodeGen/SelectionDAG/InstrEmitter.cpp
patch
|
blob
|
history
diff --git
a/lib/CodeGen/SelectionDAG/InstrEmitter.cpp
b/lib/CodeGen/SelectionDAG/InstrEmitter.cpp
index 75557e77b842a08b58c9588d33fb4c6e32a2dcbe..4a78ccce64796e9c26ab5313426284dbb34ed06a 100644
(file)
--- 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