diff options
Diffstat (limited to 'llvm/lib/Target')
-rw-r--r-- | llvm/lib/Target/PowerPC/PPC32ISelSimple.cpp | 1 | ||||
-rw-r--r-- | llvm/lib/Target/PowerPC/PowerPCISelSimple.cpp | 1 | ||||
-rw-r--r-- | llvm/lib/Target/PowerPC/PowerPCRegisterInfo.cpp | 1 |
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() |