summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PowerPC/PPCMCInstLower.cpp
diff options
context:
space:
mode:
authorJakub Staszak <kubastaszak@gmail.com>2013-02-20 00:31:54 +0000
committerJakub Staszak <kubastaszak@gmail.com>2013-02-20 00:31:54 +0000
commit2be3832d500b172a745361103d40d7eef6d9b0f4 (patch)
treef1b2358c24da4ad51506809e8813b52b281fd985 /llvm/lib/Target/PowerPC/PPCMCInstLower.cpp
parent7bfb41538747644d302344963d9247d96814dbb7 (diff)
downloadbcm5719-llvm-2be3832d500b172a745361103d40d7eef6d9b0f4.tar.gz
bcm5719-llvm-2be3832d500b172a745361103d40d7eef6d9b0f4.zip
Add missing #include.
llvm-svn: 175583
Diffstat (limited to 'llvm/lib/Target/PowerPC/PPCMCInstLower.cpp')
-rw-r--r--llvm/lib/Target/PowerPC/PPCMCInstLower.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Target/PowerPC/PPCMCInstLower.cpp b/llvm/lib/Target/PowerPC/PPCMCInstLower.cpp
index 73f7a2cfd57..942c8730b74 100644
--- a/llvm/lib/Target/PowerPC/PPCMCInstLower.cpp
+++ b/llvm/lib/Target/PowerPC/PPCMCInstLower.cpp
@@ -17,6 +17,7 @@
#include "llvm/CodeGen/AsmPrinter.h"
#include "llvm/CodeGen/MachineFunction.h"
#include "llvm/CodeGen/MachineModuleInfoImpls.h"
+#include "llvm/IR/GlobalValue.h"
#include "llvm/MC/MCAsmInfo.h"
#include "llvm/MC/MCExpr.h"
#include "llvm/MC/MCInst.h"
OpenPOWER on IntegriCloud