Skip to content

Commit dd61f63

Browse files
committed
freakin' formatting gods
1 parent 979b2cf commit dd61f63

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

llvm/lib/IR/Verifier.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5275,7 +5275,8 @@ void Verifier::visitIntrinsicCall(Intrinsic::ID ID, CallBase &Call) {
52755275

52765276
bool IsDestTypeVector = DestTy->isVectorTy();
52775277
Check(SrcTy->isVectorTy() == IsDestTypeVector,
5278-
"ucmp/scmp argument and result types must both be either vector or scalar types",
5278+
"ucmp/scmp argument and result types must both be either vector or "
5279+
"scalar types",
52795280
Call);
52805281
if (IsDestTypeVector) {
52815282
auto SrcVecLen = cast<VectorType>(SrcTy)->getElementCount();

0 commit comments

Comments
 (0)