mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-01 00:02:16 +00:00
Documentation: fix syntax error
Patch by David Waggoner git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173571 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
11f2bf7f15
commit
126fde57f3
@ -111,7 +111,7 @@ After strength reduction:
|
|||||||
|
|
||||||
.. code-block:: llvm
|
.. code-block:: llvm
|
||||||
|
|
||||||
%result = shl i32 %X, i8 3
|
%result = shl i32 %X, 3
|
||||||
|
|
||||||
And the hard way:
|
And the hard way:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user