summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2008-06-21 19:34:57 +0000
committerDan Gohman <gohman@apple.com>2008-06-21 19:34:57 +0000
commit14b911d92971e3205cd019efe6879b8219c83f78 (patch)
tree95d0fa7365e82180b01c0305877ebe67becd6fe6 /llvm/lib/CodeGen/SelectionDAG
parentb282cc60700838d81e9a7e7e07bb7ad9d4d53fed (diff)
downloadbcm5719-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.cpp2
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) {
OpenPOWER on IntegriCloud