Remove a hack that tries to understand incorrect triples from the
[oota-llvm.git] / docs / ReleaseNotes.html
index f9f492c2639f258b4ef1fd6b7d55d02584587594..b937f7d871351fdd10daae7fe76d2e2c5daa2bfb 100644 (file)
@@ -347,6 +347,11 @@ expose new optimization opportunities:</p>
 <li>
   SMDiagnostic takes different parameters now. //FIXME: how to upgrade?
 </li>
+<li>
+  The constructor for the Triple class no longer tries to understand odd triple
+  specifications.  Frontends should ensure that they only pass valid triples to
+  LLVM.  The Triple::normalize utility method has been added to help front-ends
+  deal with funky triples.
 <li>
   Some APIs got renamed:
   <ul>