From: Reid Spencer Date: Sun, 18 Jul 2004 07:25:14 +0000 (+0000) Subject: Bug 122 fixed. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=bff3984e252667b8befc20229513bfec9a26de77;p=oota-llvm.git Bug 122 fixed. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14959 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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.