summaryrefslogtreecommitdiff
path: root/tools/opt
diff options
context:
space:
mode:
authorJohn Criswell <criswell@uiuc.edu>2006-12-13 16:54:24 +0000
committerJohn Criswell <criswell@uiuc.edu>2006-12-13 16:54:24 +0000
commite026c070c4e9001c6023a8c14664e68151e0b30f (patch)
treecd3fc81a9623de44f101b7ad8129476065858703 /tools/opt
parent21a55c9f082848dc0dc4b3294c7b2e5636e73f60 (diff)
downloadllvm-e026c070c4e9001c6023a8c14664e68151e0b30f.tar.gz
llvm-e026c070c4e9001c6023a8c14664e68151e0b30f.tar.bz2
llvm-e026c070c4e9001c6023a8c14664e68151e0b30f.tar.xz
Remove DSA.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32542 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/opt')
-rw-r--r--tools/opt/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/opt/Makefile b/tools/opt/Makefile
index 787136e921..6d11d34d3e 100644
--- a/tools/opt/Makefile
+++ b/tools/opt/Makefile
@@ -11,6 +11,6 @@ TOOLNAME = opt
REQUIRES_EH := 1
LINK_COMPONENTS := bcreader bcwriter instrumentation scalaropts ipo \
- datastructure transforms
+ transforms
include $(LEVEL)/Makefile.common