summaryrefslogtreecommitdiff
path: root/tools/llvm-ld
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 /tools/llvm-ld
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 'tools/llvm-ld')
-rw-r--r--tools/llvm-ld/Optimize.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/llvm-ld/Optimize.cpp b/tools/llvm-ld/Optimize.cpp
index 0cbd29ccb3..af95939776 100644
--- a/tools/llvm-ld/Optimize.cpp
+++ b/tools/llvm-ld/Optimize.cpp
@@ -13,7 +13,6 @@
#include "llvm/Module.h"
#include "llvm/PassManager.h"
-#include "llvm/Analysis/LoadValueNumbering.h"
#include "llvm/Analysis/Passes.h"
#include "llvm/Analysis/LoopPass.h"
#include "llvm/Analysis/Verifier.h"