diff options
| author | Dan Gohman <gohman@apple.com> | 2010-04-20 01:58:20 +0000 |
|---|---|---|
| committer | Dan Gohman <gohman@apple.com> | 2010-04-20 01:58:20 +0000 |
| commit | 0c862a86fa0eb18d54901187ace23d75a3972dd9 (patch) | |
| tree | a24098f2384f571a0b27b9a15459964c7a1fdec6 /llvm/lib/CodeGen | |
| parent | 44adf26dd0d473bc3e2a55beb4acedba8340102e (diff) | |
| download | bcm5719-llvm-0c862a86fa0eb18d54901187ace23d75a3972dd9.tar.gz bcm5719-llvm-0c862a86fa0eb18d54901187ace23d75a3972dd9.zip | |
Delete a redundant return statement.
llvm-svn: 101860
Diffstat (limited to 'llvm/lib/CodeGen')
| -rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/InstrEmitter.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/InstrEmitter.cpp b/llvm/lib/CodeGen/SelectionDAG/InstrEmitter.cpp index 75557e77b84..4a78ccce647 100644 --- a/llvm/lib/CodeGen/SelectionDAG/InstrEmitter.cpp +++ b/llvm/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 |

