From: Leonard Chan Date: Tue, 21 May 2019 19:30:25 +0000 (+0000) Subject: Fix for sphinx bot warning X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ab52e01f3728ce1f7e3c80ad8105572171e8bcb9;p=llvm Fix for sphinx bot warning git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@361292 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/LangRef.rst b/docs/LangRef.rst index 503b8989207..9effdff0263 100644 --- a/docs/LangRef.rst +++ b/docs/LangRef.rst @@ -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