From 7a112c44ff41df81edd0d1c7b3b9ebaa72e8698e Mon Sep 17 00:00:00 2001 From: Jeremy Morse Date: Mon, 15 Apr 2019 10:23:22 +0000 Subject: [PATCH] [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 llvm-svn: 358391 --- llvm/docs/SourceLevelDebugging.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/docs/SourceLevelDebugging.rst b/llvm/docs/SourceLevelDebugging.rst index 977b7b7e745f..977c97c2cbdc 100644 --- a/llvm/docs/SourceLevelDebugging.rst +++ b/llvm/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: