diff options
| author | Chris Lattner <sabre@nondot.org> | 2010-12-20 00:50:16 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2010-12-20 00:50:16 +0000 |
| commit | ed69c6e4b9a8e1f6287c56aa825b9637fcf913c9 (patch) | |
| tree | 87e065f00461d6c26a016cb85ec035ace3396b47 /llvm/lib/CodeGen/ScheduleDAG.cpp | |
| parent | 1b67d6c565d9743a5ac1d1c17eabc42b81cd976c (diff) | |
| download | bcm5719-llvm-ed69c6e4b9a8e1f6287c56aa825b9637fcf913c9.tar.gz bcm5719-llvm-ed69c6e4b9a8e1f6287c56aa825b9637fcf913c9.zip | |
reduce indentation, no functionality change.
llvm-svn: 122208
Diffstat (limited to 'llvm/lib/CodeGen/ScheduleDAG.cpp')
| -rw-r--r-- | llvm/lib/CodeGen/ScheduleDAG.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/ScheduleDAG.cpp b/llvm/lib/CodeGen/ScheduleDAG.cpp index 7d39dc496af..d2fbc0e28dc 100644 --- a/llvm/lib/CodeGen/ScheduleDAG.cpp +++ b/llvm/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()); |

