InstSimplify: Fold a hasNoSignedWrap() call into a match() expression
authorDavid Majnemer <david.majnemer@gmail.com>
Tue, 4 Nov 2014 17:47:13 +0000 (17:47 +0000)
committerDavid Majnemer <david.majnemer@gmail.com>
Tue, 4 Nov 2014 17:47:13 +0000 (17:47 +0000)
commite756ecfb0cab55e4a39675eb78e8e9bc8d0f7311
treedf78665f82a557dfe7ac3ecc1136575b6b9d7f26
parent57269b02a84335e6c01ae2ff25d0d57d5bc3f398
InstSimplify: Fold a hasNoSignedWrap() 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@221281 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/InstructionSimplify.cpp