Add compilability
authorChris Lattner <sabre@nondot.org>
Sun, 11 Jul 2004 02:48:28 +0000 (02:48 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 11 Jul 2004 02:48:28 +0000 (02:48 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14744 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/PowerPC/PPC32ISelSimple.cpp
lib/Target/PowerPC/PowerPCISelSimple.cpp
lib/Target/PowerPC/PowerPCRegisterInfo.cpp

index a7a1f862e99ed2e3ac71e91f20ebdc956ecc58f5..64fcc6b7527c14b2e005fad328d7d49bac828c7e 100644 (file)
@@ -27,6 +27,7 @@
 #include "llvm/Support/InstVisitor.h"
 #include "Support/Debug.h"
 #include <vector>
+#include <iostream>
 using namespace llvm;
 
 namespace {
index a7a1f862e99ed2e3ac71e91f20ebdc956ecc58f5..64fcc6b7527c14b2e005fad328d7d49bac828c7e 100644 (file)
@@ -27,6 +27,7 @@
 #include "llvm/Support/InstVisitor.h"
 #include "Support/Debug.h"
 #include <vector>
+#include <iostream>
 using namespace llvm;
 
 namespace {
index 148196e8db23a3d0396bf58c6653a0a758324ee3..e9a90c918df8a2fb42c9541f0ec8bd78fd7223b7 100644 (file)
@@ -27,6 +27,7 @@
 #include "Support/CommandLine.h"
 #include "Support/Debug.h"
 #include "Support/STLExtras.h"
+#include <iostream>
 using namespace llvm;
 
 PowerPCRegisterInfo::PowerPCRegisterInfo()