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:
Dmitri Gribenko 2013-01-26 13:30:13 +00:00
parent 11f2bf7f15
commit 126fde57f3

View File

@ -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: