aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/InstrSched/SchedGraph.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/CodeGen/InstrSched/SchedGraph.cpp')
-rw-r--r--lib/CodeGen/InstrSched/SchedGraph.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/CodeGen/InstrSched/SchedGraph.cpp b/lib/CodeGen/InstrSched/SchedGraph.cpp
index 03eb104edb..9d3651a256 100644
--- a/lib/CodeGen/InstrSched/SchedGraph.cpp
+++ b/lib/CodeGen/InstrSched/SchedGraph.cpp
@@ -717,7 +717,7 @@ SchedGraph::addNonSSAEdgesForValue(const Instruction* instr,
}
}
}
-#endif NEED_SEPARATE_NONSSA_EDGES_CODE
+#endif //NEED_SEPARATE_NONSSA_EDGES_CODE
void
@@ -853,7 +853,7 @@ SchedGraph::buildNodesforBB(const TargetMachine& target,
memNodeVec, regToRefVecMap,valueToDefVecMap);
}
}
-#endif REALLY_NEED_TO_SEARCH_SUCCESSOR_PHIS
+#endif //REALLY_NEED_TO_SEARCH_SUCCESSOR_PHIS
}
@@ -939,7 +939,7 @@ SchedGraph::buildGraph(const TargetMachine& target)
// TODO: This could probably be done much more efficiently.
for (BasicBlock::const_iterator II = bb->begin(); II != bb->end(); ++II)
this->addNonSSAEdgesForValue(*II, target);
-#endif NEED_SEPARATE_NONSSA_EDGES_CODE
+#endif //NEED_SEPARATE_NONSSA_EDGES_CODE
// Then add edges for dependences on machine registers
this->addMachineRegEdges(regToRefVecMap, target);