Hoist the AllocaInfo struct to the top of the file.
authorChandler Carruth <chandlerc@gmail.com>
Sat, 20 Jul 2013 23:39:26 +0000 (23:39 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Sat, 20 Jul 2013 23:39:26 +0000 (23:39 +0000)
commitd6d58ba7aafdd1f7e9e36a13766808c439270c01
tree291deee2ff8349666d2da7b450019c0d544d70be
parent61cb90f12202f07ead9d4532ee07904487cbfe6e
Hoist the AllocaInfo struct to the top of the file.

This struct is nicely independent of everything else, and we already
needed a foward declaration here. It's simpler to just define it
immediately.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186780 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Utils/PromoteMemoryToRegister.cpp