summaryrefslogtreecommitdiff
path: root/lib/Target
diff options
context:
space:
mode:
authorAnand Shukla <ashukla@cs.uiuc.edu>2002-06-25 20:44:04 +0000
committerAnand Shukla <ashukla@cs.uiuc.edu>2002-06-25 20:44:04 +0000
commiteea60fc59c0b231bbf9d5ab43c447f936f4012df (patch)
tree55f19d00a46f33a91757a625cde9d9ef592eec9b /lib/Target
parenta928403ca41f8816f345550eb184175492b64e30 (diff)
downloadllvm-eea60fc59c0b231bbf9d5ab43c447f936f4012df.tar.gz
llvm-eea60fc59c0b231bbf9d5ab43c447f936f4012df.tar.bz2
llvm-eea60fc59c0b231bbf9d5ab43c447f936f4012df.tar.xz
changes to make it compatible with 64bit gcc
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2790 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target')
-rw-r--r--lib/Target/CBackend/CBackend.cpp1
-rw-r--r--lib/Target/CBackend/Writer.cpp1
2 files changed, 2 insertions, 0 deletions
diff --git a/lib/Target/CBackend/CBackend.cpp b/lib/Target/CBackend/CBackend.cpp
index 27db6cf3e9..dfb8a19529 100644
--- a/lib/Target/CBackend/CBackend.cpp
+++ b/lib/Target/CBackend/CBackend.cpp
@@ -26,6 +26,7 @@
using std::string;
using std::map;
using std::ostream;
+using std::cerr;
static std::string getConstStrValue(const Constant* CPV);
diff --git a/lib/Target/CBackend/Writer.cpp b/lib/Target/CBackend/Writer.cpp
index 27db6cf3e9..dfb8a19529 100644
--- a/lib/Target/CBackend/Writer.cpp
+++ b/lib/Target/CBackend/Writer.cpp
@@ -26,6 +26,7 @@
using std::string;
using std::map;
using std::ostream;
+using std::cerr;
static std::string getConstStrValue(const Constant* CPV);