]> granicus.if.org Git - llvm/commitdiff
Fix for sphinx bot warning
authorLeonard Chan <leonardchan@google.com>
Tue, 21 May 2019 19:30:25 +0000 (19:30 +0000)
committerLeonard Chan <leonardchan@google.com>
Tue, 21 May 2019 19:30:25 +0000 (19:30 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@361292 91177308-0d34-0410-b5e6-96231b3b80d8

docs/LangRef.rst

index 503b89892071ae119e02ed1734f80d862421c043..9effdff0263bc8dcb00961e30006244f918fa236 100644 (file)
@@ -13284,7 +13284,8 @@ multplication can be represented as
 
 ::
         %result = call i4 @llvm.smul.fix.i4(i4 %a, i4 %b, i32 %scale)
-          =>
+
+        ; Expands to
         %a2 = sext i4 %a to i8
         %b2 = sext i4 %b to i8
         %mul = mul nsw nuw i8 %a, %b