> Index: llvm/docs/LangRef.html
> diff -u llvm/docs/LangRef.html:1.238 llvm/docs/LangRef.html:1.239
> --- llvm/docs/LangRef.html:1.238 Wed Apr 25 09:27:10 2007
> +++ llvm/docs/LangRef.htmlSat Apr 28 08:44:59 2007
> @@ -24,6 +24,7 @@
>Calling Conventions
>Global Variables
>
On Apr 25, 2007, at 7:28 AM, Anton Korobeynikov wrote:
> --- llvm/docs/LangRef.html:1.237 Sun Apr 22 09:56:37 2007
> +++ llvm/docs/LangRef.htmlWed Apr 25 09:27:10 2007
> @@ -498,7 +498,8 @@
> It is illegal for a function declaration
> to have any linkage type other than "externally visib
Nice work Anton, some comments below:
> @@ -1082,7 +1081,11 @@
>If this bit is set, a SectionID follows
> this vbr.
>
>
> - bit(10-31)
> + bit(10-12)
> + Visibility style: 0=Default, 1=Hidden.
> +
> +
> + bit(13-31)
>Currently unassigned.
>