]> granicus.if.org Git - llvm/commit
[InstCombine] Use CmpInst::Predicate with m_Cmp instead of ICmpInst::Predicate. NFC
authorCraig Topper <craig.topper@intel.com>
Wed, 5 Jul 2017 20:31:00 +0000 (20:31 +0000)
committerCraig Topper <craig.topper@intel.com>
Wed, 5 Jul 2017 20:31:00 +0000 (20:31 +0000)
commit3af013231ec6944733f4bd8f6e7f36c8d4d43a7a
treed97bb16eaaf6e4c205ce19bbdf64828b0de6d3a9
parent640fb6d894dfc4a320f292c1d23a6795535ac95b
[InstCombine] Use CmpInst::Predicate with m_Cmp instead of ICmpInst::Predicate. NFC

There isn't really an ICmpInst version so we're just accessing the CmpInst version through inheritance.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@307199 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/InstCombine/InstCombineAndOrXor.cpp