[llvm] r248552 - [LangRef] Unbreak the docs Sphinx build.

Sanjoy Das via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 24 17:05:40 PDT 2015


Author: sanjoy
Date: Thu Sep 24 19:05:40 2015
New Revision: 248552

URL: http://llvm.org/viewvc/llvm-project?rev=248552&view=rev
Log:
[LangRef] Unbreak the docs Sphinx build.

r248551 introduced some breakage due to incorrectly terminated
``literals`` s.

Modified:
    llvm/trunk/docs/LangRef.rst

Modified: llvm/trunk/docs/LangRef.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/LangRef.rst?rev=248552&r1=248551&r2=248552&view=diff
==============================================================================
--- llvm/trunk/docs/LangRef.rst (original)
+++ llvm/trunk/docs/LangRef.rst Thu Sep 24 19:05:40 2015
@@ -1448,8 +1448,8 @@ Note: operand bundles are a work in prog
 considered experimental at this time.
 
 Operand bundles are tagged sets of SSA values that can be associated
-with certain LLVM instructions (currently only ``call``s and
-``invoke``s).  In a way they are like metadata, but dropping them is
+with certain LLVM instructions (currently only ``call`` s and
+``invoke`` s).  In a way they are like metadata, but dropping them is
 incorrect and will change program semantics.
 
 Syntax::




More information about the llvm-commits mailing list