From: Reid Spencer Date: Wed, 25 Jan 2006 21:49:13 +0000 (+0000) Subject: Don't break the optimized build (by incorrect placement of #endif) X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=2a8e6186e971743da51e9220753f7803a9fb3f88;p=oota-llvm.git Don't break the optimized build (by incorrect placement of #endif) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25613 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/SelectionDAG/ScheduleDAGList.cpp b/lib/CodeGen/SelectionDAG/ScheduleDAGList.cpp index 0696c3f25c9..9e23a8cc7fb 100644 --- a/lib/CodeGen/SelectionDAG/ScheduleDAGList.cpp +++ b/lib/CodeGen/SelectionDAG/ScheduleDAGList.cpp @@ -270,8 +270,8 @@ void ScheduleDAGList::ListSchedule() { std::cerr << " has not been scheduled!\n"; assert(0); } -#endif } +#endif // Reverse the order if it is bottom up.