aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target
diff options
context:
space:
mode:
authorVikram S. Adve <vadve@cs.uiuc.edu>2002-03-03 20:46:32 +0000
committerVikram S. Adve <vadve@cs.uiuc.edu>2002-03-03 20:46:32 +0000
commit9ee9d711995e2ed6c17d4d4bc11362767d5703b3 (patch)
treeaf12f723efc675cd5938b3e6576b21be157be311 /lib/Target
parent0305141a51be0076c421f8e5c9b715dab5ba5338 (diff)
downloadexternal_llvm-9ee9d711995e2ed6c17d4d4bc11362767d5703b3.zip
external_llvm-9ee9d711995e2ed6c17d4d4bc11362767d5703b3.tar.gz
external_llvm-9ee9d711995e2ed6c17d4d4bc11362767d5703b3.tar.bz2
Fix include error.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1819 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target')
-rw-r--r--lib/Target/SparcV9/EmitBytecodeToAssembly.cpp2
-rw-r--r--lib/Target/SparcV9/SparcV9AsmPrinter.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/Target/SparcV9/EmitBytecodeToAssembly.cpp b/lib/Target/SparcV9/EmitBytecodeToAssembly.cpp
index 1a14a53..388669e 100644
--- a/lib/Target/SparcV9/EmitBytecodeToAssembly.cpp
+++ b/lib/Target/SparcV9/EmitBytecodeToAssembly.cpp
@@ -8,7 +8,7 @@
#include "SparcInternals.h"
#include "llvm/Bytecode/Writer.h"
-#include <ostream>
+#include <iostream>
namespace {
diff --git a/lib/Target/SparcV9/SparcV9AsmPrinter.cpp b/lib/Target/SparcV9/SparcV9AsmPrinter.cpp
index 1bc192c..18c552a 100644
--- a/lib/Target/SparcV9/SparcV9AsmPrinter.cpp
+++ b/lib/Target/SparcV9/SparcV9AsmPrinter.cpp
@@ -23,7 +23,7 @@
#include "llvm/Module.h"
#include "Support/StringExtras.h"
#include "Support/HashExtras.h"
-#include <ostream>
+#include <iostream>
using std::string;
namespace {