Skip to content

Commit 113daa9

Browse files
committed
style
1 parent 8825ce7 commit 113daa9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

llvm/include/llvm/CodeGen/GlobalISel/LegalizerInfo.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,8 @@ LLVM_ABI LegalizeMutation changeElementCountTo(unsigned TypeIdx,
380380

381381
/// Keep the same scalar or element type as \p TypeIdx, but take the number of
382382
/// elements from \p Ty.
383-
LLVM_ABI LegalizeMutation changeElementCountTo(unsigned TypeIdx, ElementCount EC);
383+
LLVM_ABI LegalizeMutation changeElementCountTo(unsigned TypeIdx,
384+
ElementCount EC);
384385

385386
/// Change the scalar size or element size to have the same scalar size as type
386387
/// index \p FromIndex. Unlike changeElementTo, this discards pointer types and

0 commit comments

Comments
 (0)