summaryrefslogtreecommitdiff
path: root/tools/opt/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2001-11-01 02:41:09 +0000
committerChris Lattner <sabre@nondot.org>2001-11-01 02:41:09 +0000
commit068f487ee59a703a6e52ed5b96e222cbf632374a (patch)
tree4cf4cd9bb511ca411310b858544ba531a87cbace /tools/opt/Makefile
parent591bda986e750146133f31bedcff9952a822f0a7 (diff)
downloadllvm-068f487ee59a703a6e52ed5b96e222cbf632374a.tar.gz
llvm-068f487ee59a703a6e52ed5b96e222cbf632374a.tar.bz2
llvm-068f487ee59a703a6e52ed5b96e222cbf632374a.tar.xz
Move the Raise xform from opt to transforms
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1072 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 7998a29097..e8410ee716 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
+USEDLIBS = opt bcreader bcwriter asmwriter analysis vmcore support instrument transforms target
include $(LEVEL)/Makefile.common