summaryrefslogtreecommitdiff
path: root/tools/analyze/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-05-07 20:03:27 +0000
committerChris Lattner <sabre@nondot.org>2002-05-07 20:03:27 +0000
commit65f1b895bb1c196409747c60373b2fbfbf5fe6b4 (patch)
tree03702736ac63781d6852056bef016594fc980f5d /tools/analyze/Makefile
parent022103b3f33febb7e54b8fdf2c9bc461eea78cba (diff)
downloadllvm-65f1b895bb1c196409747c60373b2fbfbf5fe6b4.tar.gz
llvm-65f1b895bb1c196409747c60373b2fbfbf5fe6b4.tar.bz2
llvm-65f1b895bb1c196409747c60373b2fbfbf5fe6b4.tar.xz
Merge all include/llvm/Transforms/Scalar/* into a single Scalar.h
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2538 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/analyze/Makefile')
-rw-r--r--tools/analyze/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/analyze/Makefile b/tools/analyze/Makefile
index 9a33f950a4..1694f1bb8a 100644
--- a/tools/analyze/Makefile
+++ b/tools/analyze/Makefile
@@ -1,6 +1,6 @@
LEVEL = ../..
TOOLNAME = analyze
-USEDLIBS = analysis asmparser bcreader scalaropts vmcore analysis ipa datastructure transforms support
+USEDLIBS = asmparser bcreader scalaropts transforms analysis ipa datastructure transformutils vmcore support
include $(LEVEL)/Makefile.common