[SCEV] Move some struct declarations inside functions; NFC
authorSanjoy Das <sanjoy@playingwithpointers.com>
Tue, 8 Dec 2015 04:32:54 +0000 (04:32 +0000)
committerSanjoy Das <sanjoy@playingwithpointers.com>
Tue, 8 Dec 2015 04:32:54 +0000 (04:32 +0000)
commit711641834a5e07534b823880a932747d0dca174c
tree41c341f9eb2319d0688af80722c2602fa885cdd1
parent354f2216a71dd030ec818aa637b53ee192dbfa1a
[SCEV] Move some struct declarations inside functions; NFC

Reduces the scope over which the struct is visible, making its usages
obvious.  I did not move structs in cases where this wasn't a clear
win (the struct is too large, or is grouped in some other interesting
way).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@255003 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/ScalarEvolution.cpp