[PATCH] D100125: Fixed bug issue #16122
Sushma Unnibhavi via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 8 09:38:08 PDT 2021
sushmaunnibhavi created this revision.
sushmaunnibhavi added reviewers: Shivamgupta1234, silvas, kbarton.
Herald added a subscriber: jdoerfert.
sushmaunnibhavi requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Solved bug #16122
Bug link: https://bugs.llvm.org/show_bug.cgi?id=16122
Added syntax highlighting
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D100125
Files:
llvm/docs/LangRef.rst
Index: llvm/docs/LangRef.rst
===================================================================
--- llvm/docs/LangRef.rst
+++ llvm/docs/LangRef.rst
@@ -9921,7 +9921,7 @@
Syntax:
"""""""
-::
+.. code-block:: llvm
<result> = getelementptr <ty>, <ty>* <ptrval>{, [inrange] <ty> <idx>}*
<result> = getelementptr inbounds <ty>, <ty>* <ptrval>{, [inrange] <ty> <idx>}*
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D100125.336150.patch
Type: text/x-patch
Size: 384 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210408/fb8232a4/attachment.bin>
More information about the llvm-commits
mailing list