OSDN Git Service

[unroll] Avoid the "Insn" abbreviation of Instruction. This is quite
authorChandler Carruth <chandlerc@gmail.com>
Fri, 13 Feb 2015 02:17:39 +0000 (02:17 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Fri, 13 Feb 2015 02:17:39 +0000 (02:17 +0000)
commitf491badbfca50ee7dce8101f3bbc8c0248a699c3
treeb589390fc1c23f81d7a74159a50eb464120c7784
parent5f235de01bdea419602e9dc55ed0a93b198ef988
[unroll] Avoid the "Insn" abbreviation of Instruction. This is quite
hard to type and read for me, and is inconsistent with the other
abbreviation in the base class "Inst". For most of these (where they are
used widely) I prefer just spelling it out as Instruction. I've changed
two of the short-lived variables to use "Inst" to match the base class.

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