[NFC][mlir] Inclusive language: Replace an instance of master in docs

[NFC] As part of using inclusive language within the llvm project, this patch
replaces master with main in `SPIR-V.md`.

Reviewed By: mehdi_amini

Differential Revision: https://reviews.llvm.org/D114091
This commit is contained in:
Quinn Pham 2021-11-17 10:09:16 -06:00
parent 5cf23ecc23
commit a1504281b6
1 changed files with 1 additions and 1 deletions

View File

@ -1119,7 +1119,7 @@ Those `*Ops.td` files are organized according to the instruction categories used
in the SPIR-V specification, for example, an op belonging to the "Atomics
Instructions" section is put in the `SPIRVAtomicOps.td` file.
`SPIRVOps.td` serves as the master op definition file that includes all files
`SPIRVOps.td` serves as the main op definition file that includes all files
for specific categories.
`SPIRVBase.td` defines common classes and utilities used by various op