From 9bb96980aa3c87aab8c26459f61559aa582d41c2 Mon Sep 17 00:00:00 2001 From: Leonard Chan Date: Tue, 21 May 2019 19:30:25 +0000 Subject: [PATCH] Fix for sphinx bot warning llvm-svn: 361292 --- llvm/docs/LangRef.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst index 503b89892071..9effdff0263b 100644 --- a/llvm/docs/LangRef.rst +++ b/llvm/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