summaryrefslogtreecommitdiff
path: root/lib/CodeGen/ScheduleDAG.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-12-20 00:50:16 +0000
committerChris Lattner <sabre@nondot.org>2010-12-20 00:50:16 +0000
commit5078293cc28dd03236384fa0a3b6c8347e0701fb (patch)
treea19aca73e9113f018a8fc9fce43c9a04f0e6f359 /lib/CodeGen/ScheduleDAG.cpp
parent8ec88ba58866a840a27ab5172fd2b954780b52f3 (diff)
downloadllvm-5078293cc28dd03236384fa0a3b6c8347e0701fb.tar.gz
llvm-5078293cc28dd03236384fa0a3b6c8347e0701fb.tar.bz2
llvm-5078293cc28dd03236384fa0a3b6c8347e0701fb.tar.xz
reduce indentation, no functionality change.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122208 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/ScheduleDAG.cpp')
-rw-r--r--lib/CodeGen/ScheduleDAG.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/ScheduleDAG.cpp b/lib/CodeGen/ScheduleDAG.cpp
index 7d39dc496a..d2fbc0e28d 100644
--- a/lib/CodeGen/ScheduleDAG.cpp
+++ b/lib/CodeGen/ScheduleDAG.cpp
@@ -492,7 +492,7 @@ void ScheduleDAGTopologicalSort::RemovePred(SUnit *M, SUnit *N) {
/// all nodes affected by the edge insertion. These nodes will later get new
/// topological indexes by means of the Shift method.
void ScheduleDAGTopologicalSort::DFS(const SUnit *SU, int UpperBound,
- bool& HasLoop) {
+ bool &HasLoop) {
std::vector<const SUnit*> WorkList;
WorkList.reserve(SUnits.size());