From 403269894fe065d817cad4369af1119318030a77 Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Fri, 4 Mar 2011 22:47:12 +0000 Subject: Improve readability with some whitespace! llvm-svn: 127043 --- llvm/lib/CodeGen/CallingConvLower.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/CodeGen') diff --git a/llvm/lib/CodeGen/CallingConvLower.cpp b/llvm/lib/CodeGen/CallingConvLower.cpp index c131c32a1a2..ecd69a08e86 100644 --- a/llvm/lib/CodeGen/CallingConvLower.cpp +++ b/llvm/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); } -- cgit v1.2.3