mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-25 04:39:44 +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…
Reference in New Issue
Block a user