diff options
author | Cameron McInally <cameron.mcinally@nyu.edu> | 2018-11-02 15:51:43 +0000 |
---|---|---|
committer | Cameron McInally <cameron.mcinally@nyu.edu> | 2018-11-02 15:51:43 +0000 |
commit | 1005679ac1ebf77a728ffbff62138e54b41964bb (patch) | |
tree | 7c5a74e015085f2708100ab2fd9a83dd07326100 | |
parent | e390633d4625ef2f48e8e8780a1b4cca52aed689 (diff) | |
download | bcm5719-llvm-1005679ac1ebf77a728ffbff62138e54b41964bb.tar.gz bcm5719-llvm-1005679ac1ebf77a728ffbff62138e54b41964bb.zip |
[NFC] Remove some extra characters from docs/LangRef.rst
llvm-svn: 345987
-rw-r--r-- | llvm/docs/LangRef.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst index b98862ecb42..7f93716a504 100644 --- a/llvm/docs/LangRef.rst +++ b/llvm/docs/LangRef.rst @@ -14016,7 +14016,7 @@ value operands and has the same type as the operands. The remainder has the same sign as the dividend. '``llvm.experimental.constrained.fma``' Intrinsic -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Syntax: """"""" @@ -14507,7 +14507,7 @@ mode argument is only intended as information to the compiler. '``llvm.experimental.constrained.maxnum``' Intrinsic -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Syntax: """"""" @@ -14544,7 +14544,7 @@ mode argument is only intended as information to the compiler. '``llvm.experimental.constrained.minnum``' Intrinsic -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Syntax: """"""" |