diff options
author | Fangrui Song <maskray@google.com> | 2018-06-25 19:40:08 +0000 |
---|---|---|
committer | Fangrui Song <maskray@google.com> | 2018-06-25 19:40:08 +0000 |
commit | 05f6626fc48b40c332c0f4d082284b39d38e23c7 (patch) | |
tree | 5b95db0a68cb80d64a71c9f709d332f95f05a5d8 /llvm/docs/CommandGuide/tblgen.rst | |
parent | 5d109ee3d4a9004b7717d376f31674122c926e4f (diff) | |
download | bcm5719-llvm-05f6626fc48b40c332c0f4d082284b39d38e23c7.tar.gz bcm5719-llvm-05f6626fc48b40c332c0f4d082284b39d38e23c7.zip |
[docs] Update doc after split of -gen-intrinsic in r335407
llvm-svn: 335515
Diffstat (limited to 'llvm/docs/CommandGuide/tblgen.rst')
-rw-r--r-- | llvm/docs/CommandGuide/tblgen.rst | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/llvm/docs/CommandGuide/tblgen.rst b/llvm/docs/CommandGuide/tblgen.rst index a42b04dbf8b..c23af5eea93 100644 --- a/llvm/docs/CommandGuide/tblgen.rst +++ b/llvm/docs/CommandGuide/tblgen.rst @@ -109,9 +109,13 @@ OPTIONS Generate subtarget enumerations. -.. option:: -gen-intrinsic +.. option:: -gen-intrinsic-enums - Generate intrinsic information. + Generate intrinsic enums. + +.. option:: -gen-intrinsic-impl + + Generate intrinsic implementation. .. option:: -gen-tgt-intrinsic |