From: Jeremy Morse Date: Mon, 15 Apr 2019 10:23:22 +0000 (+0000) Subject: [Docs] Switch a code block from LLVM to text X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6ce3cbed7bf7cb0e98961b1ce9aa2c53250090cf;p=llvm [Docs] Switch a code block from LLVM to text While I can't replicate this locally, it looks like the buildbots don't recognize the IR block in r358385 l764 as IR. Downgrade it to being just text while I look into it. http://lab.llvm.org:8011/builders/llvm-sphinx-docs/builds/30132 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@358391 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/SourceLevelDebugging.rst b/docs/SourceLevelDebugging.rst index 977b7b7e745..977c97c2cbd 100644 --- a/docs/SourceLevelDebugging.rst +++ b/docs/SourceLevelDebugging.rst @@ -761,7 +761,7 @@ straightforwards: determining the variable location in every basic block requries the consideraton of control flow. Consider the following IR, which presents several difficulties: -.. code-block:: llvm +.. code-block:: text define dso_local i32 @foo(i1 %cond, i32 %input) !dbg !12 { entry: