From 6568fe876c4b3b2f1ee9f326b52369a9b5c944b2 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 15 Jul 2004 04:30:35 +0000 Subject: [PATCH] QOI issue fixed git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14852 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index cad0b1579e1..d1759f1c539 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -184,6 +184,7 @@ produced when linking C++ programs has been fixed.
  • lli Doesn't Handle Exceptions From Bytecode Reader
  • operator<< on a Value* now prints the address of the object instead of its contents.
  • +
  • [loopsimplify] Loop simplify is really slow on 252.eon
  • -- 2.34.1