diff options
author | Owen Anderson <resistor@mac.com> | 2008-08-15 21:31:02 +0000 |
---|---|---|
committer | Owen Anderson <resistor@mac.com> | 2008-08-15 21:31:02 +0000 |
commit | 3688f268cb31dbfb5b36131d96af668fa2fc6a8d (patch) | |
tree | 5cbacc759b0f9cbea95786085820e7aceaaffa04 /tools/lto | |
parent | 35115f92e4a1e19921af4ae43db6e31f9a633738 (diff) |
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 'tools/lto')
-rw-r--r-- | tools/lto/LTOCodeGenerator.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/lto/LTOCodeGenerator.cpp b/tools/lto/LTOCodeGenerator.cpp index e60dc171bb..ad3964d3f7 100644 --- a/tools/lto/LTOCodeGenerator.cpp +++ b/tools/lto/LTOCodeGenerator.cpp @@ -31,7 +31,6 @@ #include "llvm/Analysis/Passes.h" #include "llvm/Analysis/LoopPass.h" #include "llvm/Analysis/Verifier.h" -#include "llvm/Analysis/LoadValueNumbering.h" #include "llvm/CodeGen/FileWriters.h" #include "llvm/Target/SubtargetFeature.h" #include "llvm/Target/TargetOptions.h" |