summaryrefslogtreecommitdiff
path: root/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
commit59d580c8d664448f01ea5652ea51b90e0b7e84f6 (patch)
treedc47d54fa4e42078dbeaeb6986a7dd9e0dad1ec3 /lib/Target/PowerPC/PPCMCInstLower.cpp
parent751bc8d4c9ee4298449fed264571ffc162852e06 (diff)
downloadllvm-59d580c8d664448f01ea5652ea51b90e0b7e84f6.tar.gz
llvm-59d580c8d664448f01ea5652ea51b90e0b7e84f6.tar.bz2
llvm-59d580c8d664448f01ea5652ea51b90e0b7e84f6.tar.xz
Add missing #include.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175583 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/PowerPC/PPCMCInstLower.cpp')
-rw-r--r--lib/Target/PowerPC/PPCMCInstLower.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Target/PowerPC/PPCMCInstLower.cpp b/lib/Target/PowerPC/PPCMCInstLower.cpp
index 73f7a2cfd5..942c8730b7 100644
--- a/lib/Target/PowerPC/PPCMCInstLower.cpp
+++ b/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"