commit | add9643e92ad5acfff2bd9a6594dbdc38b5f3dab | [log] [tgz] |
---|---|---|
author | Anand Shukla <ashukla@cs.uiuc.edu> | Tue Jun 25 20:34:54 2002 +0000 |
committer | Anand Shukla <ashukla@cs.uiuc.edu> | Tue Jun 25 20:34:54 2002 +0000 |
tree | 04e701b77b4ab2b9d9fda96a9d9543648841e02c | |
parent | 0d1fa552005ebfcd19411ae18b8766b9240cfe1a [diff] [blame] |
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.