From bff3984e252667b8befc20229513bfec9a26de77 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Sun, 18 Jul 2004 07:25:14 +0000 Subject: [PATCH] Bug 122 fixed. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14959 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index ef2f95eb603..f25c56cb6a2 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -257,6 +257,9 @@ loops formed from gotos (like GCC).
  • Fixed: [sparcv9] null often spilled to constant pool.
  • +
  • Fixed: [code-cleanup] SymbolTable + class cleanup, Type should not derive from Value, eliminate + ConstantPointerRef class. All three changes have been made. -- 2.34.1