forked from OSchip/llvm-project
parent
a3fbdae515
commit
751c6c3944
|
@ -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();
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -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();
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue