Use report_fatal_error, not llvm_unreachable.

llvm-svn: 104899
This commit is contained in:
Evan Cheng 2010-05-27 23:45:31 +00:00
parent d788f9b580
commit e6fe0bc9cc

View File

@ -1066,7 +1066,7 @@ bool ARMAsmPrinter::PrintAsmOperand(const MachineInstr *MI, unsigned OpNum,
case 'Q':
case 'R':
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;
}
}