mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-14 17:34:41 +00:00
clean up warnings when building in release mode
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20658 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
735e0acba5
commit
817aed4fab
@ -319,6 +319,7 @@ LowerVAArgNext(bool isVANext, SDOperand Chain, SDOperand VAList,
|
||||
const Type *ArgTy, SelectionDAG &DAG) {
|
||||
|
||||
assert(0 && "LowerVAArgNext not done yet!\n");
|
||||
abort();
|
||||
}
|
||||
|
||||
|
||||
@ -327,6 +328,7 @@ LowerFrameReturnAddress(bool isFrameAddress, SDOperand Chain, unsigned Depth,
|
||||
SelectionDAG &DAG) {
|
||||
|
||||
assert(0 && "LowerFrameReturnAddress not done yet\n");
|
||||
abort();
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user