forked from OSchip/llvm-project
[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:
parent
5cf23ecc23
commit
a1504281b6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue