aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Gaeke <gaeke@uiuc.edu>2004-01-16 21:55:04 +0000
committerBrian Gaeke <gaeke@uiuc.edu>2004-01-16 21:55:04 +0000
commit6b31bebdf393adc654ed086b0f08e93116b424b9 (patch)
treeafb5a422454a5ce4ac0530e491013eb173b15460
parent1119d7d39442595d2609bfdcfa4cce76a47f4ed0 (diff)
Add a fixed bug
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10904 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/ReleaseNotes.html12
1 files changed, 9 insertions, 3 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 50a52c0c04..c818caa952 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -127,14 +127,20 @@ In this release, the following Quality of Implementation issues were fixed:
<!--=========================================================================-->
<div class="doc_subsubsection">
-In this release, the following Code Quality issues were fixed:
+In this release, the following build problems were fixed:
</div>
<ol>
+<li><a href="http://llvm.cs.uiuc.edu/PR210">[build] Makefiles break if C frontend target string has unexpected value</a></li>
+</ol>
-<li><a href="http://llvm.cs.uiuc.edu/PR187">[loopsimplify] Many pointless phi nodes are created</a></li>
+<!--=========================================================================-->
+<div class="doc_subsubsection">
+In this release, the following Code Quality issues were fixed:
+</div>
-<li></li>
+<ol>
+<li><a href="http://llvm.cs.uiuc.edu/PR187">[loopsimplify] Many pointless phi nodes are created</a></li>
</ol>