Fix some warnings
authorChris Lattner <sabre@nondot.org>
Thu, 25 Aug 2005 00:00:26 +0000 (00:00 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 25 Aug 2005 00:00:26 +0000 (00:00 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23029 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/SparcV9/ModuloScheduling/MSSchedule.cpp
lib/Target/SparcV9/ModuloScheduling/MSScheduleSB.cpp

index f6900545080d69bfbe26488e50eea7786e6c410c..a5dc60bed7ca36d9ba4544ae821fa5c7b9c7fc67 100644 (file)
@@ -288,6 +288,7 @@ bool MSSchedule::defPreviousStage(Value *def, int stage) {
   }
 
   assert(0 && "We should always have found the def in our kernel\n");
+  abort();
 }
 
 
index d4e65e4ee01d2db8b614db6068efcec8a2c83962..23697b83a2407db6f9badd90e089a2ffe896b810 100644 (file)
@@ -295,6 +295,7 @@ bool MSScheduleSB::defPreviousStage(Value *def, int stage) {
   }
 
   assert(0 && "We should always have found the def in our kernel\n");
+  abort();
 }