diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Target/PowerPC/PPC32ISelSimple.cpp | 1 | ||||
-rw-r--r-- | lib/Target/PowerPC/PowerPCISelSimple.cpp | 1 | ||||
-rw-r--r-- | lib/Target/PowerPC/PowerPCRegisterInfo.cpp | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/lib/Target/PowerPC/PPC32ISelSimple.cpp b/lib/Target/PowerPC/PPC32ISelSimple.cpp index a7a1f862e9..64fcc6b752 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 <vector> +#include <iostream> using namespace llvm; namespace { diff --git a/lib/Target/PowerPC/PowerPCISelSimple.cpp b/lib/Target/PowerPC/PowerPCISelSimple.cpp index a7a1f862e9..64fcc6b752 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 <vector> +#include <iostream> using namespace llvm; namespace { diff --git a/lib/Target/PowerPC/PowerPCRegisterInfo.cpp b/lib/Target/PowerPC/PowerPCRegisterInfo.cpp index 148196e8db..e9a90c918d 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 <iostream> using namespace llvm; PowerPCRegisterInfo::PowerPCRegisterInfo() |