minor change in removing endl


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2788 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Analysis/LiveVar/BBLiveVar.cpp b/lib/Analysis/LiveVar/BBLiveVar.cpp
index eb58671..efad036 100644
--- a/lib/Analysis/LiveVar/BBLiveVar.cpp
+++ b/lib/Analysis/LiveVar/BBLiveVar.cpp
@@ -101,7 +101,7 @@
 	  
 	  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 eb58671..efad036 100644
--- a/lib/Target/SparcV9/LiveVar/BBLiveVar.cpp
+++ b/lib/Target/SparcV9/LiveVar/BBLiveVar.cpp
@@ -101,7 +101,7 @@
 	  
 	  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.