OSDN Git Service

Use m_APInt in SimplifyCFG
authorChuang-Yu Cheng <cycheng@multicorewareinc.com>
Fri, 17 Jun 2016 00:04:39 +0000 (00:04 +0000)
committerChuang-Yu Cheng <cycheng@multicorewareinc.com>
Fri, 17 Jun 2016 00:04:39 +0000 (00:04 +0000)
commit5e71c1e0a775ac9cbeb70e8b5fb82c731a0e9464
tree32c54ebb80a1616cd9d5956aee02d2ed9886f4c6
parentd448b5e94591c73005e0e06722951f30be7a4053
Use m_APInt in SimplifyCFG

Switch from m_Constant to m_APInt per David's request. NFC.

Author: Thomas Jablin (tjablin)
Reviewers: majnemer cycheng

http://reviews.llvm.org/D21440

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@272977 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Utils/SimplifyCFG.cpp