Change this llvm_unreachable to report_fatal_error, since it can
authorDan Gohman <gohman@apple.com>
Wed, 4 Aug 2010 18:51:09 +0000 (18:51 +0000)
committerDan Gohman <gohman@apple.com>
Wed, 4 Aug 2010 18:51:09 +0000 (18:51 +0000)
commit9f6a6862be09df9f1e90b0560e52da7d15935f24
tree9737c3c904b287eda026ecd84c8a5524fbc25971
parent225764b7a5db59c70bf02f1ca4802e886495ca9b
Change this llvm_unreachable to report_fatal_error, since it can
be triggered by valid, if dubious, IR.

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