Improve readability with some whitespace!
authorEric Christopher <echristo@apple.com>
Fri, 4 Mar 2011 22:47:12 +0000 (22:47 +0000)
committerEric Christopher <echristo@apple.com>
Fri, 4 Mar 2011 22:47:12 +0000 (22:47 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@127043 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/CallingConvLower.cpp

index c131c32a1a2258d249be83b7a04876953940688b..ecd69a08e86a8a66dc7900b734c0fb37456d12da 100644 (file)
@@ -157,7 +157,7 @@ void CCState::AnalyzeCallResult(const SmallVectorImpl<ISD::InputArg> &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);
     }