Re-sort all of the includes with ./utils/sort_includes.py so that
[oota-llvm.git] / lib / Target / R600 / SIAnnotateControlFlow.cpp
index 9c0feff375bba482aeb63e5ce91c8ae8a3b05e43..5240c48dd1667a732a5d44a290953992a1360cc6 100644 (file)
@@ -253,7 +253,7 @@ void SIAnnotateControlFlow::handleLoopCondition(Value *Cond) {
     PhiInserter.AddAvailableValue(Parent, Ret);
 
   } else {
-    assert(0 && "Unhandled loop condition!");
+    llvm_unreachable("Unhandled loop condition!");
   }
 }