OSDN Git Service

[unroll] Remove pointless dyn_cast<>s to Instruction - the users of an
authorChandler Carruth <chandlerc@gmail.com>
Fri, 13 Feb 2015 04:33:21 +0000 (04:33 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Fri, 13 Feb 2015 04:33:21 +0000 (04:33 +0000)
commit17cc3c80ee57132f362b0e22e26d4c2bcfb2b71e
treef18d8e20307043ad611e25bfeb5e85945294083f
parent2d38576d566021b78ec69f53d385a08027471a01
[unroll] Remove pointless dyn_cast<>s to Instruction - the users of an
instruction must by definition be instructions.

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