From 43ee293abe6843ff5bcf1f0e15f314b3c2fbf8e0 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 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18476 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 1c3d8be1e2c..cf189e6a643 100644 --- a/docs/ReleaseNotes.html +++ b/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