diff options
author | Sebastian Pop <spop@codeaurora.org> | 2012-10-18 19:53:45 +0000 |
---|---|---|
committer | Sebastian Pop <spop@codeaurora.org> | 2012-10-18 19:53:45 +0000 |
commit | bf0683f0f75dfb92e73b09718ed278eeab8ba9d2 (patch) | |
tree | 9ac951892562752e51d3d24631e3c3baaedc887e /lib | |
parent | c8dd27e58301af85979facf291b817802d3523e5 (diff) |
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
Diffstat (limited to 'lib')
-rw-r--r-- | lib/CodeGen/StackColoring.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/CodeGen/StackColoring.cpp b/lib/CodeGen/StackColoring.cpp index 54d8c8cde7..3150f3dfaa 100644 --- a/lib/CodeGen/StackColoring.cpp +++ b/lib/CodeGen/StackColoring.cpp @@ -48,6 +48,7 @@ #include "llvm/CodeGen/Passes.h" #include "llvm/CodeGen/SlotIndexes.h" #include "llvm/DebugInfo.h" +#include "llvm/Instructions.h" #include "llvm/MC/MCInstrItineraries.h" #include "llvm/Target/TargetInstrInfo.h" #include "llvm/Target/TargetRegisterInfo.h" |