summaryrefslogtreecommitdiff
path: root/tools/opt/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-03-06 18:44:29 +0000
committerChris Lattner <sabre@nondot.org>2002-03-06 18:44:29 +0000
commit71e7bb4bc0432c600401a88754978ccb4d6e0abd (patch)
tree989af27a19d5d57d079cff6d8f0beed616b507ce /tools/opt/Makefile
parentcabc17a293dc1dba30e8d291ebe28c2447b02a15 (diff)
downloadllvm-71e7bb4bc0432c600401a88754978ccb4d6e0abd.tar.gz
llvm-71e7bb4bc0432c600401a88754978ccb4d6e0abd.tar.bz2
llvm-71e7bb4bc0432c600401a88754978ccb4d6e0abd.tar.xz
Pull interprocedural analyses out of Analysis library into their own lib
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1827 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 f30a0094d6..073cc0e527 100644
--- a/tools/opt/Makefile
+++ b/tools/opt/Makefile
@@ -1,7 +1,7 @@
LEVEL = ../..
TOOLNAME = opt
USEDLIBS = bcreader bcwriter asmwriter instrument profpaths scalaropts \
- ipo target analysis transforms vmcore support
+ ipo ipa target analysis transforms vmcore support
include $(LEVEL)/Makefile.common