[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)
commit7d75267db762b8bdcc83c4c4d96a53ece32726cf
tree4574667d9f22c259706764d8550156822e420e35
parent7881abd07696afa1af45cd64a5bb8067195a5311
[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).

llvm-svn: 255003
llvm/lib/Analysis/ScalarEvolution.cpp