minor change in removing endl
authorAnand Shukla <ashukla@cs.uiuc.edu>
Tue, 25 Jun 2002 20:34:54 +0000 (20:34 +0000)
committerAnand Shukla <ashukla@cs.uiuc.edu>
Tue, 25 Jun 2002 20:34:54 +0000 (20:34 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2788 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Analysis/LiveVar/BBLiveVar.cpp
lib/Target/SparcV9/LiveVar/BBLiveVar.cpp

index eb58671a795edd13c7b0eaa24b5ef1fbc1fcd615..efad03616b862822ccfe3b76ddec64ecfe57fc15 100644 (file)
@@ -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.
index eb58671a795edd13c7b0eaa24b5ef1fbc1fcd615..efad03616b862822ccfe3b76ddec64ecfe57fc15 100644 (file)
@@ -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.