Skip to content

Commit d4b28a0

Browse files
Quinn PhamQuinn Pham
authored andcommitted
[NFC][clang] Inclusive language: replace master with main in convert_arm_neon.py
[NFC] As part of using inclusive language within the llvm project and to match the renamed master branch, this patch replaces master with main in `convert_arm_neon.py`. Reviewed By: kristof.beyls Differential Revision: https://reviews.llvm.org/D113942
1 parent d0c138e commit d4b28a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/utils/convert_arm_neon.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# using the old single-char type modifiers to an equivalent new-style form where
88
# each modifier is orthogonal and they can be composed.
99
#
10-
# It was used to directly generate the .td files on master, so if you have any
10+
# It was used to directly generate the .td files on main, so if you have any
1111
# local additions I would suggest implementing any modifiers here, and running
1212
# it over your entire pre-merge .td files rather than trying to resolve any
1313
# conflicts manually.

0 commit comments

Comments
 (0)