From 68ef9a9a4d9c4280cd60f18c5ef55d641452947b Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Sat, 4 Dec 2004 00:45:09 +0000 Subject: [PATCH] Use the standard PR### notation for referencing bugs in bugzilla llvm-svn: 18476 --- llvm/docs/ReleaseNotes.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index 1c3d8be1e2cb..cf189e6a6434 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/docs/ReleaseNotes.html @@ -419,8 +419,7 @@ components, please contact us on the llvmdev list.

  • Initialization of global union variables can only be done with the largest union -member.
  • +href="http://llvm.cs.uiuc.edu/PR162">with the largest union member.
  • [llvm-gcc] Error when an implicitly external function is re-declared as static