Documentation: fix syntax error
authorDmitri Gribenko <gribozavr@gmail.com>
Sat, 26 Jan 2013 13:30:13 +0000 (13:30 +0000)
committerDmitri Gribenko <gribozavr@gmail.com>
Sat, 26 Jan 2013 13:30:13 +0000 (13:30 +0000)
Patch by David Waggoner

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173571 91177308-0d34-0410-b5e6-96231b3b80d8

docs/LangRef.rst

index 955906764e45b8763eee98bc085371d621e52ab6..e90eedd4fc55ece0e1ca44d9ed1d37938ea0ff6b 100644 (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: