From 11eaf53e2a6e53614562c7d033bf1363fe572041 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 8 Jun 2004 07:15:52 +0000 Subject: [PATCH] Bug fixed git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14063 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index a96e428a1ef..b5061af1da9 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -261,6 +261,7 @@ physical register use of aliased definition enum type
  • [llvmgcc] Variable length array indexing miscompiled
  • +
  • [llvmgcc] Errors handling function prototypes that take opaque structs by-value