]> granicus.if.org Git - llvm/commit
[InstCombine] Replace an unnecessary use of a matcher with just an isa and a cast...
authorCraig Topper <craig.topper@intel.com>
Fri, 30 Jun 2017 21:09:34 +0000 (21:09 +0000)
committerCraig Topper <craig.topper@intel.com>
Fri, 30 Jun 2017 21:09:34 +0000 (21:09 +0000)
commit9bb85ad4f77bcb8a1f1bea48b63c4f7cfb4ad741
tree30a2153d54bb705024afaeed0b298db5f65ec107
parente050d57c7446cfc30c704f068aa4923c1a2ca1bf
[InstCombine] Replace an unnecessary use of a matcher with just an isa and a cast. NFC

We aren't looking through any levels of IR here so I don't think we need the power of a matcher or the temporary variable it requires.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@306885 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/InstCombine/InstCombineInternal.h