mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01: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:
parent
2d8db8bdc6
commit
0929e30282
@ -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`)*
|
||||
|
Loading…
Reference in New Issue
Block a user