mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-26 12:50:30 +00:00
Improve readability with some whitespace!
llvm-svn: 127043
This commit is contained in:
parent
87b598dd85
commit
94626fc599
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user