summaryrefslogtreecommitdiff
path: root/lib/CodeGen/CallingConvLower.cpp
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2011-03-04 22:47:12 +0000
committerEric Christopher <echristo@apple.com>2011-03-04 22:47:12 +0000
commit0795abd0d44d3e299978c273f52c2dbf4924a6e9 (patch)
tree0f08f30d45efea30d86ba0467549272538ec170e /lib/CodeGen/CallingConvLower.cpp
parent8b6a933498299773243a6b4e05513d6dc11e4d32 (diff)
downloadllvm-0795abd0d44d3e299978c273f52c2dbf4924a6e9.tar.gz
llvm-0795abd0d44d3e299978c273f52c2dbf4924a6e9.tar.bz2
llvm-0795abd0d44d3e299978c273f52c2dbf4924a6e9.tar.xz
Improve readability with some whitespace!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@127043 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CallingConvLower.cpp')
-rw-r--r--lib/CodeGen/CallingConvLower.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/CallingConvLower.cpp b/lib/CodeGen/CallingConvLower.cpp
index c131c32a1a..ecd69a08e8 100644
--- a/lib/CodeGen/CallingConvLower.cpp
+++ b/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);
}