diff options
author | Eric Christopher <echristo@apple.com> | 2011-03-04 22:47:12 +0000 |
---|---|---|
committer | Eric Christopher <echristo@apple.com> | 2011-03-04 22:47:12 +0000 |
commit | 403269894fe065d817cad4369af1119318030a77 (patch) | |
tree | 33da5e91030e7afba69150c9876bb6e613d30fb4 /llvm/lib/CodeGen/CallingConvLower.cpp | |
parent | 93ded320269fc877e656d30849b740f7e238082f (diff) | |
download | bcm5719-llvm-403269894fe065d817cad4369af1119318030a77.tar.gz bcm5719-llvm-403269894fe065d817cad4369af1119318030a77.zip |
Improve readability with some whitespace!
llvm-svn: 127043
Diffstat (limited to 'llvm/lib/CodeGen/CallingConvLower.cpp')
-rw-r--r-- | llvm/lib/CodeGen/CallingConvLower.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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<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); } |