Skip to content

Commit 0074b75

Browse files
Update NeonEmitter.cpp
1 parent c9737d6 commit 0074b75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/utils/TableGen/NeonEmitter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -781,7 +781,7 @@ Type Type::fromTypedefName(StringRef Name) {
781781
T.Kind = Poly;
782782
} else if (Name.consume_front("bfloat")) {
783783
T.Kind = BFloat16;
784-
else {
784+
}else {
785785
assert(Name.starts_with("int"));
786786
Name = Name.drop_front(3);
787787
}

0 commit comments

Comments
 (0)