diff options
| author | Jordan Rupprecht <rupprecht@google.com> | 2019-06-13 18:42:30 +0000 |
|---|---|---|
| committer | Jordan Rupprecht <rupprecht@google.com> | 2019-06-13 18:42:30 +0000 |
| commit | 4244dd5e3f9e423db39dc8d1d235f67edf9b1875 (patch) | |
| tree | cad44763b7d2483fc588b506f5f5372f94a4d762 | |
| parent | c37be29634214fb1cb4c823840bffc31e5ebfe40 (diff) | |
| download | bcm5719-llvm-4244dd5e3f9e423db39dc8d1d235f67edf9b1875.tar.gz bcm5719-llvm-4244dd5e3f9e423db39dc8d1d235f67edf9b1875.zip | |
[docs] Fix TableGen/LangRef typos
This fixes:
- `Pred` -> `Prep`
- `IfDef` -> `Ifdef` (rst is case sensitive here)
llvm-svn: 363294
| -rw-r--r-- | llvm/docs/TableGen/LangRef.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/TableGen/LangRef.rst b/llvm/docs/TableGen/LangRef.rst index 195106ac6d1..5079bc60e3f 100644 --- a/llvm/docs/TableGen/LangRef.rst +++ b/llvm/docs/TableGen/LangRef.rst @@ -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`)* |

