summaryrefslogtreecommitdiffstats
path: root/llvm/docs
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/docs')
-rw-r--r--llvm/docs/SourceLevelDebugging.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/SourceLevelDebugging.rst b/llvm/docs/SourceLevelDebugging.rst
index 977b7b7e745..977c97c2cbd 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:
OpenPOWER on IntegriCloud