diff options
author | Chris Lattner <sabre@nondot.org> | 2002-05-07 20:03:27 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-05-07 20:03:27 +0000 |
commit | 65f1b895bb1c196409747c60373b2fbfbf5fe6b4 (patch) | |
tree | 03702736ac63781d6852056bef016594fc980f5d /tools/analyze | |
parent | 022103b3f33febb7e54b8fdf2c9bc461eea78cba (diff) | |
download | external_llvm-65f1b895bb1c196409747c60373b2fbfbf5fe6b4.zip external_llvm-65f1b895bb1c196409747c60373b2fbfbf5fe6b4.tar.gz external_llvm-65f1b895bb1c196409747c60373b2fbfbf5fe6b4.tar.bz2 |
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')
-rw-r--r-- | tools/analyze/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/analyze/Makefile b/tools/analyze/Makefile index 9a33f95..1694f1b 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 |