From: Chris Lattner Date: Sat, 19 Feb 2005 02:22:14 +0000 (+0000) Subject: Fix a bug. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=a977c486baafe054ed341f13513dcb78d77fe797;p=oota-llvm.git Fix a bug. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20242 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/LangRef.html b/docs/LangRef.html index 2ad68284a7c..88cf2a63237 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -738,7 +738,7 @@ reference to another object, which must live in memory.

A pointer to array of four int values
A pointer to a function that takes an int, returning an + href="#t_function">function that takes an int*, returning an int.