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)
commitfdd94d49557012520692b4ccf921d73a74c4d782
tree9648b5c5effdb37238f1800fd131fe01a3bb90fa
parent791bbe298d253dd27b034882280630cd252ee6c6
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>
llvm-svn: 166215
llvm/include/llvm/CodeGen/MachineFrameInfo.h
llvm/lib/CodeGen/StackColoring.cpp