diff --git a/llvm/docs/OpenProjects.html b/llvm/docs/OpenProjects.html
index ddc6720d3feb..48c27161029a 100644
--- a/llvm/docs/OpenProjects.html
+++ b/llvm/docs/OpenProjects.html
@@ -32,6 +32,11 @@
+
+
+
What is this?
@@ -209,9 +214,6 @@ themselves. It seems natural to want to take advantage of this...
Implement a flow-sensitive context-insensitive alias analysis algorithm
- Just an efficient local algorithm perhaps?
-
Implement an interface to update analyses in response to common code motion
- transformations
-
Implement alias-analysis-based optimizations:
- Dead store elimination
@@ -275,8 +277,6 @@ profiling code to work with the generic profiling interfaces.
- Design some way to represent and query dep analysis
Implement a strength reduction pass
Value range propagation pass
-
Implement an unswitching pass
-
Write a loop unroller, with a simple heuristic for when to unroll