diff options
author | Chris Lattner <sabre@nondot.org> | 2010-01-09 22:30:40 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-01-09 22:30:40 +0000 |
commit | 76ef298310c379aed04bc07467e67a4af6857d37 (patch) | |
tree | 760ae358329d4fbc303940b59930500e9fb63aa7 /docs/ReleaseNotes.html | |
parent | d686c8e73f74e37ab5f647b65a12051ee6cbad16 (diff) | |
download | external_llvm-76ef298310c379aed04bc07467e67a4af6857d37.zip external_llvm-76ef298310c379aed04bc07467e67a4af6857d37.tar.gz external_llvm-76ef298310c379aed04bc07467e67a4af6857d37.tar.bz2 |
add 3 passes which have been added but aren't used afaik.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93080 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ReleaseNotes.html')
-rw-r--r-- | docs/ReleaseNotes.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 5a5a01a..f44b8b6 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -58,6 +58,7 @@ Almost dead code. include/llvm/Analysis/LiveValues.h => Dan lib/Transforms/IPO/MergeFunctions.cpp => consider for 2.8. llvm/Analysis/PointerTracking.h => Edwin wants this, consider for 2.8. + ABCD, SCCVN, GEPSplitterPass --> |