From: Chris Lattner Date: Sun, 11 Jul 2004 02:48:28 +0000 (+0000) Subject: Add compilability X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=98599d098f714c3982e6c096bc21a13bb8d3d055;p=oota-llvm.git Add compilability git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14744 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/PowerPC/PPC32ISelSimple.cpp b/lib/Target/PowerPC/PPC32ISelSimple.cpp index a7a1f862e99..64fcc6b7527 100644 --- a/lib/Target/PowerPC/PPC32ISelSimple.cpp +++ b/lib/Target/PowerPC/PPC32ISelSimple.cpp @@ -27,6 +27,7 @@ #include "llvm/Support/InstVisitor.h" #include "Support/Debug.h" #include +#include using namespace llvm; namespace { diff --git a/lib/Target/PowerPC/PowerPCISelSimple.cpp b/lib/Target/PowerPC/PowerPCISelSimple.cpp index a7a1f862e99..64fcc6b7527 100644 --- a/lib/Target/PowerPC/PowerPCISelSimple.cpp +++ b/lib/Target/PowerPC/PowerPCISelSimple.cpp @@ -27,6 +27,7 @@ #include "llvm/Support/InstVisitor.h" #include "Support/Debug.h" #include +#include using namespace llvm; namespace { diff --git a/lib/Target/PowerPC/PowerPCRegisterInfo.cpp b/lib/Target/PowerPC/PowerPCRegisterInfo.cpp index 148196e8db2..e9a90c918df 100644 --- a/lib/Target/PowerPC/PowerPCRegisterInfo.cpp +++ b/lib/Target/PowerPC/PowerPCRegisterInfo.cpp @@ -27,6 +27,7 @@ #include "Support/CommandLine.h" #include "Support/Debug.h" #include "Support/STLExtras.h" +#include using namespace llvm; PowerPCRegisterInfo::PowerPCRegisterInfo()