mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-01 17:32:36 +00:00
Use report_fatal_error, not llvm_unreachable.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@104899 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a65850230a
commit
12616727c7
@ -1066,7 +1066,7 @@ bool ARMAsmPrinter::PrintAsmOperand(const MachineInstr *MI, unsigned OpNum,
|
|||||||
case 'Q':
|
case 'Q':
|
||||||
case 'R':
|
case 'R':
|
||||||
case 'H':
|
case 'H':
|
||||||
llvm_unreachable("llvm does not support 'Q', 'R', and 'H' modifiers!");
|
report_fatal_error("llvm does not support 'Q', 'R', and 'H' modifiers!");
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user