Change if (cond) ... else llvm_unreachable("text") to assert(cond && "text") ...
authorRichard Trieu <rtrieu@google.com>
Mon, 1 Jul 2013 23:06:23 +0000 (23:06 +0000)
committerRichard Trieu <rtrieu@google.com>
Mon, 1 Jul 2013 23:06:23 +0000 (23:06 +0000)
commita785a7bf51726d3fbfb907beb3112eed6b850a3c
tree2ac2a414b133582734e089cdb3300dffcd6f4604
parentbbeba2c20023c8bf6b34585fadf2abcc77ba8f32
Change if (cond) ... else llvm_unreachable("text") to assert(cond && "text") ...

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