Skip to content

Commit ebd7008

Browse files
Fix clang format issues
1 parent d76cbdc commit ebd7008

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

clang/utils/TableGen/SveEmitter.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1043,7 +1043,8 @@ std::string Intrinsic::replaceTemplatedArgs(std::string Name, TypeSpec TS,
10431043
case '1':
10441044
case '2':
10451045
case '3':
1046-
// Extract the modifier before passing to SVEType to handle numeric modifiers
1046+
// Extract the modifier before passing to SVEType to handle numeric
1047+
// modifiers
10471048
auto [Mod, NumVectors] = getProtoModifier(Proto, (C - '0'));
10481049
T = SVEType(TS, Mod);
10491050
break;

0 commit comments

Comments
 (0)