summaryrefslogtreecommitdiff
path: root/docs/InAlloca.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/InAlloca.rst')
-rw-r--r--docs/InAlloca.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/InAlloca.rst b/docs/InAlloca.rst
index c7609cddb4f9..a75f22da7964 100644
--- a/docs/InAlloca.rst
+++ b/docs/InAlloca.rst
@@ -41,7 +41,7 @@ that passes two default-constructed ``Foo`` objects to ``g`` in the
g(Foo(), Foo());
}
-.. code-block:: llvm
+.. code-block:: text
%struct.Foo = type { i32, i32 }
declare void @Foo_ctor(%struct.Foo* %this)