mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-14 16:33:28 +00:00
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:
parent
2b54400f08
commit
e0a7f83049
@ -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…
x
Reference in New Issue
Block a user