Skip to content

Commit

Permalink
[docs] Fix TableGen/LangRef typos
Browse files Browse the repository at this point in the history
This fixes:
 - `Pred` -> `Prep`
 - `IfDef` -> `Ifdef` (rst is case sensitive here)

llvm-svn: 363294
  • Loading branch information
rupprecht committed Jun 13, 2019
1 parent c37be29 commit 4244dd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions llvm/docs/TableGen/LangRef.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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`)*
Expand Down

0 comments on commit 4244dd5

Please sign in to comment.