Add compilability

llvm-svn: 14744
diff --git a/llvm/lib/Target/PowerPC/PPC32ISelSimple.cpp b/llvm/lib/Target/PowerPC/PPC32ISelSimple.cpp
index a7a1f86..64fcc6b 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 a7a1f86..64fcc6b 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 148196e..e9a90c9 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()