summaryrefslogtreecommitdiff
path: root/lib/Target
diff options
context:
space:
mode:
authorAnand Shukla <ashukla@cs.uiuc.edu>2002-06-25 20:35:19 +0000
committerAnand Shukla <ashukla@cs.uiuc.edu>2002-06-25 20:35:19 +0000
commita928403ca41f8816f345550eb184175492b64e30 (patch)
treef276467ed7d172cbf1cfd7b1983f9340ab3f7284 /lib/Target
parentadd9643e92ad5acfff2bd9a6594dbdc38b5f3dab (diff)
downloadllvm-a928403ca41f8816f345550eb184175492b64e30.tar.gz
llvm-a928403ca41f8816f345550eb184175492b64e30.tar.bz2
llvm-a928403ca41f8816f345550eb184175492b64e30.tar.xz
changes to make it compatible with 64bit gcc
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2789 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target')
-rw-r--r--lib/Target/SparcV9/LiveVar/FunctionLiveVarInfo.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Target/SparcV9/LiveVar/FunctionLiveVarInfo.cpp b/lib/Target/SparcV9/LiveVar/FunctionLiveVarInfo.cpp
index ab0a761b73..297b64a93c 100644
--- a/lib/Target/SparcV9/LiveVar/FunctionLiveVarInfo.cpp
+++ b/lib/Target/SparcV9/LiveVar/FunctionLiveVarInfo.cpp
@@ -259,8 +259,8 @@ void FunctionLiveVarInfo::calcLiveVarSetsForBB(const BasicBlock *BB) {
if (DEBUG_LV >= LV_DEBUG_Instr) {
std::cerr << "\nLive var sets before/after instruction " << *MI;
- cerr << " Before: "; printSet(*NewSet); cerr << "\n";
- cerr << " After : "; printSet(*SetAI); cerr << "\n";
+ std::cerr << " Before: "; printSet(*NewSet); std::cerr << "\n";
+ std::cerr << " After : "; printSet(*SetAI); std::cerr << "\n";
}
// SetAI will be used in the next iteration