]> granicus.if.org Git - llvm/commit
[JumpThreading] Change a dyn_cast that is already protected by an isa check to a...
authorCraig Topper <craig.topper@gmail.com>
Thu, 4 May 2017 21:45:45 +0000 (21:45 +0000)
committerCraig Topper <craig.topper@gmail.com>
Thu, 4 May 2017 21:45:45 +0000 (21:45 +0000)
commit0e59845978fb3235f5871d1fd94d71d56e9fbda3
tree3b414e917f4effcbc957dd359aa9ed7de167c175
parent6007e7215bca1d15780d163f6e3884aaf0d88c44
[JumpThreading] Change a dyn_cast that is already protected by an isa check to a static cast. Combine the with another static cast. NFC

Differential Revision: https://reviews.llvm.org/D32874

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@302197 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Scalar/JumpThreading.cpp