Change assert(0 && "text") to llvm_unreachable(0 && "text")
authorRichard Trieu <rtrieu@google.com>
Fri, 28 Jun 2013 23:46:19 +0000 (23:46 +0000)
committerRichard Trieu <rtrieu@google.com>
Fri, 28 Jun 2013 23:46:19 +0000 (23:46 +0000)
commitd1fe8d5212fbcb12dd592239f76f95ff2db7870d
tree4784a369a34fc4623d8d776d99ec3511018a401c
parentb41f4bbfbd233fae70962a6b4049de2c08da2657
Change assert(0 && "text") to llvm_unreachable(0 && "text")

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185243 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/Hexagon/InstPrinter/HexagonInstPrinter.cpp