commit | e02fcee53699370b2d4a93d870ce34a40be64ad1 | [log] [tgz] |
---|---|---|
author | Nuno Lopes <nunoplopes@sapo.pt> | Wed Jul 26 14:11:23 2017 +0000 |
committer | Nuno Lopes <nunoplopes@sapo.pt> | Wed Jul 26 14:11:23 2017 +0000 |
tree | 3af696202b775fc143a10a3245b847b1e1c5b4fb | |
parent | 727c21e309d91331334d6059e4623509d75bba69 [diff] [blame] |
[docs] change a few code-blocks to llvm from text llvm-svn: 309117
diff --git a/llvm/docs/GetElementPtr.rst b/llvm/docs/GetElementPtr.rst index b593871..c2da640 100644 --- a/llvm/docs/GetElementPtr.rst +++ b/llvm/docs/GetElementPtr.rst
@@ -196,7 +196,7 @@ In order to access the 18th integer in the array, you would need to do the following: -.. code-block:: text +.. code-block:: llvm %idx = getelementptr { [40 x i32]* }, { [40 x i32]* }* %, i64 0, i32 0 %arr = load [40 x i32]** %idx