mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-09 16:45:03 +00:00
Fix a compile error on compilers that still want a return value
in a non-void function that calls abort. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50969 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
9ab9ee8209
commit
2ce3898e41
@ -4987,6 +4987,7 @@ SDOperand X86TargetLowering::LowerVAARG(SDOperand Op, SelectionDAG &DAG) {
|
||||
|
||||
assert(0 && "VAArgInst is not yet implemented for x86-64!");
|
||||
abort();
|
||||
return SDOperand();
|
||||
}
|
||||
|
||||
SDOperand X86TargetLowering::LowerVACOPY(SDOperand Op, SelectionDAG &DAG) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user