From 2be3832d500b172a745361103d40d7eef6d9b0f4 Mon Sep 17 00:00:00 2001 From: Jakub Staszak Date: Wed, 20 Feb 2013 00:31:54 +0000 Subject: [PATCH] Add missing #include. llvm-svn: 175583 --- llvm/lib/Target/PowerPC/PPCMCInstLower.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/llvm/lib/Target/PowerPC/PPCMCInstLower.cpp b/llvm/lib/Target/PowerPC/PPCMCInstLower.cpp index 73f7a2c..942c873 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" -- 2.7.4