From add9643e92ad5acfff2bd9a6594dbdc38b5f3dab Mon Sep 17 00:00:00 2001 From: Anand Shukla Date: Tue, 25 Jun 2002 20:34:54 +0000 Subject: [PATCH] minor change in removing endl git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2788 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Analysis/LiveVar/BBLiveVar.cpp | 2 +- lib/Target/SparcV9/LiveVar/BBLiveVar.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Analysis/LiveVar/BBLiveVar.cpp b/lib/Analysis/LiveVar/BBLiveVar.cpp index eb58671a795..efad03616b8 100644 --- a/lib/Analysis/LiveVar/BBLiveVar.cpp +++ b/lib/Analysis/LiveVar/BBLiveVar.cpp @@ -101,7 +101,7 @@ void BBLiveVar::calcDefUseSets() { if (DEBUG_LV >= LV_DEBUG_Verbose) cerr << " - phi operand " << RAV(ArgVal) << " came from BB " - << RAV(PredBB) << endl; + << RAV(PredBB) << "\n"; } // if( IsPhi ) else { // It is not a Phi use: add to regular use set and remove later defs. diff --git a/lib/Target/SparcV9/LiveVar/BBLiveVar.cpp b/lib/Target/SparcV9/LiveVar/BBLiveVar.cpp index eb58671a795..efad03616b8 100644 --- a/lib/Target/SparcV9/LiveVar/BBLiveVar.cpp +++ b/lib/Target/SparcV9/LiveVar/BBLiveVar.cpp @@ -101,7 +101,7 @@ void BBLiveVar::calcDefUseSets() { if (DEBUG_LV >= LV_DEBUG_Verbose) cerr << " - phi operand " << RAV(ArgVal) << " came from BB " - << RAV(PredBB) << endl; + << RAV(PredBB) << "\n"; } // if( IsPhi ) else { // It is not a Phi use: add to regular use set and remove later defs.