mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-13 09:33:50 +00:00
Add explicit abort so optimized build knows that the function does not return
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2605 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
cba7a1545a
commit
b498cce6b2
@ -101,6 +101,7 @@ struct InstVisitor {
|
||||
#include "llvm/Instruction.def"
|
||||
|
||||
default: assert(0 && "Unknown instruction type encountered!");
|
||||
abort();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user