projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b6a933
)
Improve readability with some whitespace!
author
Eric Christopher
<echristo@apple.com>
Fri, 4 Mar 2011 22:47:12 +0000
(22:47 +0000)
committer
Eric 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
patch
|
blob
|
history
diff --git
a/lib/CodeGen/CallingConvLower.cpp
b/lib/CodeGen/CallingConvLower.cpp
index c131c32a1a2258d249be83b7a04876953940688b..ecd69a08e86a8a66dc7900b734c0fb37456d12da 100644
(file)
--- 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);
}