summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
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