Change MachineFrameInfo::StackObject::Alloca from Value* to AllocaInst*
authorSebastian Pop <spop@codeaurora.org>
Thu, 18 Oct 2012 19:53:45 +0000 (19:53 +0000)
committerSebastian Pop <spop@codeaurora.org>
Thu, 18 Oct 2012 19:53:45 +0000 (19:53 +0000)
commitbf0683f0f75dfb92e73b09718ed278eeab8ba9d2
tree9ac951892562752e51d3d24631e3c3baaedc887e
parentc8dd27e58301af85979facf291b817802d3523e5
Change MachineFrameInfo::StackObject::Alloca from Value* to AllocaInst*

This more accurately reflects what is actually being stored in the
field.

No functionality change intended.

Author:    Matthew Curtis <mcurtis@codeaurora.org>

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@166215 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/MachineFrameInfo.h
lib/CodeGen/StackColoring.cpp