summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
diff options
context:
space:
mode:
authorSebastian Pop <spop@codeaurora.org>2012-10-18 19:53:45 +0000
committerSebastian Pop <spop@codeaurora.org>2012-10-18 19:53:45 +0000
commitfdd94d49557012520692b4ccf921d73a74c4d782 (patch)
tree9648b5c5effdb37238f1800fd131fe01a3bb90fa /llvm/lib/CodeGen
parent791bbe298d253dd27b034882280630cd252ee6c6 (diff)
downloadbcm5719-llvm-fdd94d49557012520692b4ccf921d73a74c4d782.tar.gz
bcm5719-llvm-fdd94d49557012520692b4ccf921d73a74c4d782.zip
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
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r--llvm/lib/CodeGen/StackColoring.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/StackColoring.cpp b/llvm/lib/CodeGen/StackColoring.cpp
index 54d8c8cde7e..3150f3dfaa8 100644
--- a/llvm/lib/CodeGen/StackColoring.cpp
+++ b/llvm/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"
OpenPOWER on IntegriCloud