summaryrefslogtreecommitdiff
path: root/tools/opt/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2001-12-04 04:32:04 +0000
committerChris Lattner <sabre@nondot.org>2001-12-04 04:32:04 +0000
commitfe196cf98be05d5fe0ace90e5de8195f9d556f6d (patch)
tree4ff62589e5cc4e143217bf704c8f3314a48b0f50 /tools/opt/Makefile
parent9a88d278dd00c5a61c38cc520e218949cf430923 (diff)
downloadllvm-fe196cf98be05d5fe0ace90e5de8195f9d556f6d.tar.gz
llvm-fe196cf98be05d5fe0ace90e5de8195f9d556f6d.tar.bz2
llvm-fe196cf98be05d5fe0ace90e5de8195f9d556f6d.tar.xz
Use new induction variable simplification code with -indvars option
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1410 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/opt/Makefile')
-rw-r--r--tools/opt/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/opt/Makefile b/tools/opt/Makefile
index 903591c80c..a4c1110201 100644
--- a/tools/opt/Makefile
+++ b/tools/opt/Makefile
@@ -1,6 +1,6 @@
LEVEL = ../..
TOOLNAME = opt
-USEDLIBS = opt bcreader bcwriter asmwriter analysis vmcore support instrument transforms ipo target analysis
+USEDLIBS = opt bcreader bcwriter asmwriter analysis vmcore support instrument transforms scalaropts ipo target analysis
include $(LEVEL)/Makefile.common