InstSimplify: Fold a hasNoUnsignedWrap() call into a match() expression
authorDavid Majnemer <david.majnemer@gmail.com>
Tue, 4 Nov 2014 17:38:50 +0000 (17:38 +0000)
committerDavid Majnemer <david.majnemer@gmail.com>
Tue, 4 Nov 2014 17:38:50 +0000 (17:38 +0000)
commit57269b02a84335e6c01ae2ff25d0d57d5bc3f398
tree463e715b38d4b7c4fb82b8fba1da0232140832c1
parentdd3894aa8f41b027d5bdf937b11b6bb25bd87a38
InstSimplify: Fold a hasNoUnsignedWrap() call into a match() expression

No functionality change intended, it's just a little more concise.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@221280 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/InstructionSimplify.cpp