Use llvm_unreachable() instead of report_fatal_error() if the machine model is incomplete
authorMatthias Braun <matze@braunis.de>
Fri, 17 Jul 2015 17:50:11 +0000 (17:50 +0000)
committerMatthias Braun <matze@braunis.de>
Fri, 17 Jul 2015 17:50:11 +0000 (17:50 +0000)
commit63f73d7b803f77f50cdf8387be80370c14687186
tree9ea2f90932758ec5c0c3011d091d39004b17a03d
parent7b9a628414c14e4754cb441acc99d721f1c4bb07
Use llvm_unreachable() instead of report_fatal_error() if the machine model is incomplete

This error is for developers only so it makes sense to abort and get a
backtrace.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@242551 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/TargetSchedule.cpp