summaryrefslogtreecommitdiff
path: root/tools/gccas/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2001-12-05 06:34:58 +0000
committerChris Lattner <sabre@nondot.org>2001-12-05 06:34:58 +0000
commit9c6f2ac665bbf0a95536ce473d5daf40bf5cd3db (patch)
tree0add160164b683cf230f6f18602b1e995c3c3190 /tools/gccas/Makefile
parenta8b6d43f2aeb21e644d6f50e9635efd34b25903d (diff)
downloadllvm-9c6f2ac665bbf0a95536ce473d5daf40bf5cd3db.tar.gz
llvm-9c6f2ac665bbf0a95536ce473d5daf40bf5cd3db.tar.bz2
llvm-9c6f2ac665bbf0a95536ce473d5daf40bf5cd3db.tar.xz
Simplify induction variables before 'raising' the representation
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1418 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/gccas/Makefile')
-rw-r--r--tools/gccas/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gccas/Makefile b/tools/gccas/Makefile
index bdd41a3024..c5f6a49761 100644
--- a/tools/gccas/Makefile
+++ b/tools/gccas/Makefile
@@ -1,6 +1,6 @@
LEVEL = ../..
TOOLNAME = gccas
-USEDLIBS = asmparser bcwriter transforms analysis opt vmcore asmwriter support target
+USEDLIBS = asmparser bcwriter scalaropts transforms analysis opt vmcore asmwriter support target
include $(LEVEL)/Makefile.common