From f17a0b7117af9fed21bd2232d50d4fc4c27b5944 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Sun, 31 Dec 2006 07:20:23 +0000 Subject: [PATCH] One more try on the table formatting. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32793 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/LangRef.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/LangRef.html b/docs/LangRef.html index a7f8b1009e5..4954113d0d4 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -942,7 +942,8 @@ Variable argument functions can access their arguments with the function taking an i32, returning an i32 - float (i16 @sext, i32 *) * + float (i16 @sext, i32 *) * + Pointer to a function that takes an i16 that should be sign extended and a pointer to i32, returning -- 2.34.1