summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-06-25 16:16:20 +0000
committerChris Lattner <sabre@nondot.org>2002-06-25 16:16:20 +0000
commit3eaf59b8bc7024c28393d36bad2766350e9430eb (patch)
tree1260d87164453053ddb8091048b8f3426d8148a2 /test
parent7e70829632f82de15db187845666aaca6e04b792 (diff)
downloadllvm-3eaf59b8bc7024c28393d36bad2766350e9430eb.tar.gz
llvm-3eaf59b8bc7024c28393d36bad2766350e9430eb.tar.bz2
llvm-3eaf59b8bc7024c28393d36bad2766350e9430eb.tar.xz
Build all subdirectories
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2780 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/Transforms/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Transforms/Makefile b/test/Transforms/Makefile
index 8814198824..3e2646f8f4 100644
--- a/test/Transforms/Makefile
+++ b/test/Transforms/Makefile
@@ -1,5 +1,5 @@
LEVEL = ../../..
DIRS = ADCE CFGSimplify ConstProp DecomposeMultiDimRefs FunctionResolve GCSE \
- InstCombine LevelRaise LICM Mem2Reg PiNodeInserter ProfilePaths \
- Reassociate SCCP
+ Inline InstCombine LevelRaise LICM Mem2Reg PiNodeInserter ProfilePaths \
+ Reassociate SCCP SimplifyCFG
include $(LEVEL)/Makefile.common