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)
commitfab01e5cea36143eb7d522b05fc50292179399b9
treed93e6e954d3eac9b6e7bf4eaf733fe642086fa24
parent4a142ec6b056b1dd4abb226cd87646d2510c3f5d
Change if (cond) ... else llvm_unreachable("text") to assert(cond && "text") ...

llvm-svn: 185392
llvm/lib/Target/Hexagon/InstPrinter/HexagonInstPrinter.cpp