diff options
-rw-r--r-- | docs/ReleaseNotes.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 3b2edc63db..b6622d3c0b 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -233,6 +233,9 @@ functions like sqrt/sin/cos/etc.</li> <li>The C backend now emits <a href="http://llvm.cs.uiuc.edu/PR334">Syntactic loops</a> in the code to help C compilers whose optimizers do not recognize 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> </div> |