summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG/ScheduleDAG.cpp
diff options
context:
space:
mode:
authorJim Laskey <jlaskey@mac.com>2005-12-21 20:51:37 +0000
committerJim Laskey <jlaskey@mac.com>2005-12-21 20:51:37 +0000
commit9e296bee9ab21c9719229ddb913537d812fcc5ca (patch)
tree096f2ad02626bb4c579a264ba6f96fd924bbfac2 /llvm/lib/CodeGen/SelectionDAG/ScheduleDAG.cpp
parent67ff29c095183e7c25e3d016e3368c94d0e2ce49 (diff)
downloadbcm5719-llvm-9e296bee9ab21c9719229ddb913537d812fcc5ca.tar.gz
bcm5719-llvm-9e296bee9ab21c9719229ddb913537d812fcc5ca.zip
Disengage DEBUG_LOC from non-PPC targets.
llvm-svn: 24919
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/ScheduleDAG.cpp')
-rw-r--r--llvm/lib/CodeGen/SelectionDAG/ScheduleDAG.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/ScheduleDAG.cpp b/llvm/lib/CodeGen/SelectionDAG/ScheduleDAG.cpp
index 49977b24f7c..c39f0cd5614 100644
--- a/llvm/lib/CodeGen/SelectionDAG/ScheduleDAG.cpp
+++ b/llvm/lib/CodeGen/SelectionDAG/ScheduleDAG.cpp
@@ -691,7 +691,7 @@ void SimpleSched::VisitAll() {
} else {
Ordering.push_back(NI);
}
-
+
// Iterate through all nodes that have been added
for (unsigned i = 0; i < Ordering.size(); i++) { // note: size() varies
// Visit all operands
OpenPOWER on IntegriCloud