Skip to content

Commit c2ebe03

Browse files
author
Evan Cheng
committed
Use report_fatal_error, not llvm_unreachable.
llvm-svn: 104899
1 parent 42f9ba3 commit c2ebe03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/ARM/AsmPrinter/ARMAsmPrinter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1066,7 +1066,7 @@ bool ARMAsmPrinter::PrintAsmOperand(const MachineInstr *MI, unsigned OpNum,
10661066
case 'Q':
10671067
case 'R':
10681068
case 'H':
1069-
llvm_unreachable("llvm does not support 'Q', 'R', and 'H' modifiers!");
1069+
report_fatal_error("llvm does not support 'Q', 'R', and 'H' modifiers!");
10701070
return true;
10711071
}
10721072
}

0 commit comments

Comments
 (0)