Fix some warnings

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23029 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2005-08-25 00:00:26 +00:00
parent 2b54400f08
commit e0a7f83049
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();
}