Delete a redundant return statement.
authorDan Gohman <gohman@apple.com>
Tue, 20 Apr 2010 01:58:20 +0000 (01:58 +0000)
committerDan 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

index 75557e77b842a08b58c9588d33fb4c6e32a2dcbe..4a78ccce64796e9c26ab5313426284dbb34ed06a 100644 (file)
@@ -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