summaryrefslogtreecommitdiff
path: root/include/llvm/Analysis/Passes.h
diff options
context:
space:
mode:
authorOwen Anderson <resistor@mac.com>2008-08-15 21:31:02 +0000
committerOwen Anderson <resistor@mac.com>2008-08-15 21:31:02 +0000
commit3688f268cb31dbfb5b36131d96af668fa2fc6a8d (patch)
tree5cbacc759b0f9cbea95786085820e7aceaaffa04 /include/llvm/Analysis/Passes.h
parent35115f92e4a1e19921af4ae43db6e31f9a633738 (diff)
downloadllvm-3688f268cb31dbfb5b36131d96af668fa2fc6a8d.tar.gz
llvm-3688f268cb31dbfb5b36131d96af668fa2fc6a8d.tar.bz2
llvm-3688f268cb31dbfb5b36131d96af668fa2fc6a8d.tar.xz
Remove GCSE, ValueNumbering, and LoadValueNumbering. These have been deprecated for almost a year; it's finally time for them to go away.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54822 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Analysis/Passes.h')
-rw-r--r--include/llvm/Analysis/Passes.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/llvm/Analysis/Passes.h b/include/llvm/Analysis/Passes.h
index 7843aea2ae..7995fc8cdc 100644
--- a/include/llvm/Analysis/Passes.h
+++ b/include/llvm/Analysis/Passes.h
@@ -79,13 +79,6 @@ namespace llvm {
//===--------------------------------------------------------------------===//
//
- // createBasicVNPass - This pass walks SSA def-use chains to trivially
- // identify lexically identical expressions.
- //
- ImmutablePass *createBasicVNPass();
-
- //===--------------------------------------------------------------------===//
- //
// createProfileLoaderPass - This pass loads information from a profile dump
// file.
//