diff options
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/docs/ReleaseNotes.html | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index ef2f95eb603..f25c56cb6a2 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/docs/ReleaseNotes.html @@ -257,6 +257,9 @@ loops formed from gotos (like GCC).</li>  <li>Fixed: <a href="http://llvm.cs.uiuc.edu/PR368">[sparcv9] null  often spilled to constant pool</a>.</li>  </ol> +<li>Fixed: <a href="Http://llvm.cs.uiuc.edu/PR122">[code-cleanup] SymbolTable  +    class cleanup, Type should not derive from Value, eliminate  +    ConstantPointerRef class</a>. All three changes have been made.  </div>  <!--=========================================================================-->  | 

