diff options
author | Chris Lattner <sabre@nondot.org> | 2001-12-04 04:32:04 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2001-12-04 04:32:04 +0000 |
commit | fe196cf98be05d5fe0ace90e5de8195f9d556f6d (patch) | |
tree | 4ff62589e5cc4e143217bf704c8f3314a48b0f50 /tools/opt/Makefile | |
parent | 9a88d278dd00c5a61c38cc520e218949cf430923 (diff) | |
download | external_llvm-fe196cf98be05d5fe0ace90e5de8195f9d556f6d.zip external_llvm-fe196cf98be05d5fe0ace90e5de8195f9d556f6d.tar.gz external_llvm-fe196cf98be05d5fe0ace90e5de8195f9d556f6d.tar.bz2 |
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/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/opt/Makefile b/tools/opt/Makefile index 903591c..a4c1110 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 |