Fix some warnings

llvm-svn: 23029
This commit is contained in:
Chris Lattner 2005-08-25 00:00:26 +00:00
parent a3fbdae515
commit 751c6c3944
2 changed files with 2 additions and 0 deletions

View 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();
}

View 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();
}