]> granicus.if.org Git - llvm/commit
[InstSimplify] Use m_SignBit instead of calling getSignBit and using m_Specific....
authorCraig Topper <craig.topper@gmail.com>
Thu, 30 Mar 2017 22:21:16 +0000 (22:21 +0000)
committerCraig Topper <craig.topper@gmail.com>
Thu, 30 Mar 2017 22:21:16 +0000 (22:21 +0000)
commit83c5596f48ceef40c53b2ce0ff5ac5ddf6980cfa
tree8a271a3603b27623d12d7a7518b0b75087cc52bf
parent3361f1d2d728de4d6e2203648389136baa5a8c26
[InstSimplify] Use m_SignBit instead of calling getSignBit and using m_Specific. NFCI

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