[llvm] r175583 - Add missing #include.
Jakub Staszak
kubastaszak at gmail.com
Tue Feb 19 16:31:55 PST 2013
Author: kuba
Date: Tue Feb 19 18:31:54 2013
New Revision: 175583
URL: http://llvm.org/viewvc/llvm-project?rev=175583&view=rev
Log:
Add missing #include.
Modified:
llvm/trunk/lib/Target/PowerPC/PPCMCInstLower.cpp
Modified: llvm/trunk/lib/Target/PowerPC/PPCMCInstLower.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/PowerPC/PPCMCInstLower.cpp?rev=175583&r1=175582&r2=175583&view=diff
==============================================================================
--- llvm/trunk/lib/Target/PowerPC/PPCMCInstLower.cpp (original)
+++ llvm/trunk/lib/Target/PowerPC/PPCMCInstLower.cpp Tue Feb 19 18:31:54 2013
@@ -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"
More information about the llvm-commits
mailing list