diff options
author | Sean Silva <silvas@purdue.edu> | 2013-09-09 19:13:28 +0000 |
---|---|---|
committer | Sean Silva <silvas@purdue.edu> | 2013-09-09 19:13:28 +0000 |
commit | 9d1e1a392ae5226e8357399e6922b7d34604967c (patch) | |
tree | 0ca02e07c15f0f7fa62205e06159edfa60de71da | |
parent | 3f93a61125075299a64add0a22a2362d2fd2bff4 (diff) | |
download | bcm5719-llvm-9d1e1a392ae5226e8357399e6922b7d34604967c.tar.gz bcm5719-llvm-9d1e1a392ae5226e8357399e6922b7d34604967c.zip |
[docs] Fix Sphinx warning.
Adornments need to be at least as long as the thing they adorn.
llvm-svn: 190327
-rw-r--r-- | llvm/docs/LangRef.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst index fe23ac0ce1d..98654f3cc31 100644 --- a/llvm/docs/LangRef.rst +++ b/llvm/docs/LangRef.rst @@ -8697,7 +8697,7 @@ different, then ``llvm.stackprotectorcheck`` causes the program to abort by calling the ``__stack_chk_fail()`` function. '``llvm.stackprotectorcheck``' Intrinsic -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Syntax: """"""" |