summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-07-11 02:48:28 +0000
committerChris Lattner <sabre@nondot.org>2004-07-11 02:48:28 +0000
commit97c176b639fa48d8970f332b5b3ac886d25d7f5e (patch)
treee2b542b5401b8b0a05145855263231a604dfba43 /llvm/lib/Target
parent5842560090ca292997722fd61442a11d38a0a857 (diff)
downloadbcm5719-llvm-97c176b639fa48d8970f332b5b3ac886d25d7f5e.tar.gz
bcm5719-llvm-97c176b639fa48d8970f332b5b3ac886d25d7f5e.zip
Add compilability
llvm-svn: 14744
Diffstat (limited to 'llvm/lib/Target')
-rw-r--r--llvm/lib/Target/PowerPC/PPC32ISelSimple.cpp1
-rw-r--r--llvm/lib/Target/PowerPC/PowerPCISelSimple.cpp1
-rw-r--r--llvm/lib/Target/PowerPC/PowerPCRegisterInfo.cpp1
3 files changed, 3 insertions, 0 deletions
diff --git a/llvm/lib/Target/PowerPC/PPC32ISelSimple.cpp b/llvm/lib/Target/PowerPC/PPC32ISelSimple.cpp
index a7a1f862e99..64fcc6b7527 100644
--- a/llvm/lib/Target/PowerPC/PPC32ISelSimple.cpp
+++ b/llvm/lib/Target/PowerPC/PPC32ISelSimple.cpp
@@ -27,6 +27,7 @@
#include "llvm/Support/InstVisitor.h"
#include "Support/Debug.h"
#include <vector>
+#include <iostream>
using namespace llvm;
namespace {
diff --git a/llvm/lib/Target/PowerPC/PowerPCISelSimple.cpp b/llvm/lib/Target/PowerPC/PowerPCISelSimple.cpp
index a7a1f862e99..64fcc6b7527 100644
--- a/llvm/lib/Target/PowerPC/PowerPCISelSimple.cpp
+++ b/llvm/lib/Target/PowerPC/PowerPCISelSimple.cpp
@@ -27,6 +27,7 @@
#include "llvm/Support/InstVisitor.h"
#include "Support/Debug.h"
#include <vector>
+#include <iostream>
using namespace llvm;
namespace {
diff --git a/llvm/lib/Target/PowerPC/PowerPCRegisterInfo.cpp b/llvm/lib/Target/PowerPC/PowerPCRegisterInfo.cpp
index 148196e8db2..e9a90c918df 100644
--- a/llvm/lib/Target/PowerPC/PowerPCRegisterInfo.cpp
+++ b/llvm/lib/Target/PowerPC/PowerPCRegisterInfo.cpp
@@ -27,6 +27,7 @@
#include "Support/CommandLine.h"
#include "Support/Debug.h"
#include "Support/STLExtras.h"
+#include <iostream>
using namespace llvm;
PowerPCRegisterInfo::PowerPCRegisterInfo()
OpenPOWER on IntegriCloud