1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00

Documentation: fix syntax error

Patch by David Waggoner

llvm-svn: 173571
This commit is contained in:
Dmitri Gribenko 2013-01-26 13:30:13 +00:00
parent f6126f19f4
commit 6d03603fc7

View File

@ -111,7 +111,7 @@ After strength reduction:
.. code-block:: llvm
%result = shl i32 %X, i8 3
%result = shl i32 %X, 3
And the hard way: