From: Sanjoy Das Date: Fri, 25 Sep 2015 00:05:40 +0000 (+0000) Subject: [LangRef] Unbreak the docs Sphinx build. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=cfca9be704f65e85ff4e3b6263f5a624f245b576;p=oota-llvm.git [LangRef] Unbreak the docs Sphinx build. r248551 introduced some breakage due to incorrectly terminated ``literals`` s. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@248552 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/LangRef.rst b/docs/LangRef.rst index 6cfc8f9a97b..9b8aaa7a1fd 100644 --- a/docs/LangRef.rst +++ b/docs/LangRef.rst @@ -1448,8 +1448,8 @@ Note: operand bundles are a work in progress, and they should be 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::