From 05bcca95e974a7120cd758770ea53363f903727a Mon Sep 17 00:00:00 2001
From: Misha Brukman
Date: Mon, 6 Sep 2004 22:35:43 +0000
Subject: [PATCH] * Profile-guided needs a hyphen * Dead store elimination has
been implemented
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16202 91177308-0d34-0410-b5e6-96231b3b80d8
---
docs/OpenProjects.html | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/docs/OpenProjects.html b/docs/OpenProjects.html
index cc0f133d9a2..4b68694c92b 100644
--- a/docs/OpenProjects.html
+++ b/docs/OpenProjects.html
@@ -26,7 +26,7 @@
- Implementing new feature PRs
- Pointer and Alias Analysis
- - Profile Guided Optimization
+ - Profile-Guided Optimization
- New Transformations and Analyses
- X86 Back-end Improvements
- Miscellaneous Additions
@@ -227,7 +227,6 @@ themselves. It seems natural to want to take advantage of this...
@@ -247,7 +246,7 @@ but we don't have many transformations. We would welcome new profile-guided
transformations as well as improvements to the current profiling system.
-
Ideas for profile guided transformations:
+
Ideas for profile-guided transformations:
- Superblock formation (with many optimizations)
--
2.34.1