1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 18:42:46 +02:00

[docs] Fix TableGen/LangRef typos

This fixes:
 - `Pred` -> `Prep`
 - `IfDef` -> `Ifdef` (rst is case sensitive here)

llvm-svn: 363294
This commit is contained in:
Jordan Rupprecht 2019-06-13 18:42:30 +00:00
parent 2d8db8bdc6
commit 0929e30282

View File

@ -482,9 +482,9 @@ It supports the following directives:
: "#else" (`WhiteSpaceOrAnyComment`)* `LineEnd`
PrepEndif: `LineBegin` (`WhiteSpaceOrCStyleComment`)*
: "#endif" (`WhiteSpaceOrAnyComment`)* `LineEnd`
PrepRegContentException: `PredIfdef` | `PredElse` | `PredEndif` | EOF
PrepRegContentException: `PrepIfdef` | `PrepElse` | `PrepEndif` | EOF
PrepRegion: .* - `PrepRegContentException`
:| `PrepIfDef`
:| `PrepIfdef`
: (`PrepRegion`)*
: [`PrepElse`]
: (`PrepRegion`)*