[SimplifyIndVar] createWideIV - make WideIVInfo arg a const ref. NFCI.
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Tue, 5 Jan 2021 10:24:37 +0000 (10:24 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Tue, 5 Jan 2021 10:31:45 +0000 (10:31 +0000)
commita000366d0502b35fc0d3b113ace7f0e3bbdc08cd
tree1a9e658dc8a99fc18e7badbcc4062c46bb2088ea
parent7a97eeb197a8023acbb800d40b3bb852fc2f5d60
[SimplifyIndVar] createWideIV - make WideIVInfo arg a const ref. NFCI.

The WideIVInfo arg is only ever used as a const.

Fixes cppcheck warning.
llvm/include/llvm/Transforms/Utils/SimplifyIndVar.h
llvm/lib/Transforms/Utils/SimplifyIndVar.cpp