]> granicus.if.org Git - llvm/commitdiff
[Docs] Switch a code block from LLVM to text
authorJeremy Morse <jeremy.morse.llvm@gmail.com>
Mon, 15 Apr 2019 10:23:22 +0000 (10:23 +0000)
committerJeremy Morse <jeremy.morse.llvm@gmail.com>
Mon, 15 Apr 2019 10:23:22 +0000 (10:23 +0000)
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

docs/SourceLevelDebugging.rst

index 977b7b7e745f874e725601705ce58ec4c2b6e6f3..977c97c2cbdc4a7496719f6a9c805134f7f26264 100644 (file)
@@ -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: