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 0696c3f..9e23a8c 100644
--- a/lib/CodeGen/SelectionDAG/ScheduleDAGList.cpp
+++ b/lib/CodeGen/SelectionDAG/ScheduleDAGList.cpp
@@ -270,8 +270,8 @@
       std::cerr << " has not been scheduled!\n";
       assert(0);
     }
-#endif
   }
+#endif
 
 
   // Reverse the order if it is bottom up.