Improve readability with some whitespace!

llvm-svn: 127043
This commit is contained in:
Eric Christopher 2011-03-04 22:47:12 +00:00
parent 87b598dd85
commit 94626fc599

View 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);
}