diff options
author | Dan Gohman <gohman@apple.com> | 2008-06-21 19:34:57 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2008-06-21 19:34:57 +0000 |
commit | 14b911d92971e3205cd019efe6879b8219c83f78 (patch) | |
tree | 95d0fa7365e82180b01c0305877ebe67becd6fe6 /llvm/lib/CodeGen/SelectionDAG | |
parent | b282cc60700838d81e9a7e7e07bb7ad9d4d53fed (diff) | |
download | bcm5719-llvm-14b911d92971e3205cd019efe6879b8219c83f78.tar.gz bcm5719-llvm-14b911d92971e3205cd019efe6879b8219c83f78.zip |
Remove a redundant return.
llvm-svn: 52585
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG')
-rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/ScheduleDAG.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/ScheduleDAG.cpp b/llvm/lib/CodeGen/SelectionDAG/ScheduleDAG.cpp index 745367bd007..7194ed0ab60 100644 --- a/llvm/lib/CodeGen/SelectionDAG/ScheduleDAG.cpp +++ b/llvm/lib/CodeGen/SelectionDAG/ScheduleDAG.cpp @@ -214,8 +214,6 @@ void ScheduleDAG::BuildSchedUnits() { // Remove MainNode from FlaggedNodes again. SU->FlaggedNodes.pop_back(); } - - return; } void ScheduleDAG::ComputeLatency(SUnit *SU) { |