From: Eric Christopher Date: Fri, 4 Mar 2011 22:47:12 +0000 (+0000) Subject: Improve readability with some whitespace! X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=0795abd0d44d3e299978c273f52c2dbf4924a6e9;p=oota-llvm.git Improve readability with some whitespace! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@127043 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/CallingConvLower.cpp b/lib/CodeGen/CallingConvLower.cpp index c131c32a1a2..ecd69a08e86 100644 --- a/lib/CodeGen/CallingConvLower.cpp +++ b/lib/CodeGen/CallingConvLower.cpp @@ -157,7 +157,7 @@ void CCState::AnalyzeCallResult(const SmallVectorImpl &Ins, if (Fn(i, VT, VT, CCValAssign::Full, Flags, *this)) { #ifndef NDEBUG dbgs() << "Call result #" << i << " has unhandled type " - << EVT(VT).getEVTString(); + << EVT(VT).getEVTString() << "\n"; #endif llvm_unreachable(0); }