From 64d9d2b819e6f6ec02e3b8477b427f27e55d97d8 Mon Sep 17 00:00:00 2001
From: Chris Lattner
Date: Sat, 22 Jan 2005 18:45:35 +0000
Subject: [PATCH] QOI feature implemented.
llvm-svn: 19756
---
llvm/docs/ReleaseNotes.html | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html
index 8baa90b38d35..660b363a9793 100644
--- a/llvm/docs/ReleaseNotes.html
+++ b/llvm/docs/ReleaseNotes.html
@@ -76,7 +76,7 @@ bug fixes for those problems found since the 1.4 release.
- LLVM now includes an
- Inter-Procedural Sparse Conditional Constant Propagation pass, named
+ Interprocedural Sparse Conditional Constant Propagation pass, named
-ipsccp, which is run by default at link-time.
@@ -105,7 +105,8 @@ issues were fixed: