diff --git a/test/Transforms/Makefile b/test/Transforms/Makefile index e35250f711f..4c63698fa72 100644 --- a/test/Transforms/Makefile +++ b/test/Transforms/Makefile @@ -1,4 +1,4 @@ LEVEL = ../../.. DIRS = ADCE CFGSimplify ConstProp DecomposeMultiDimRefs GCSE InstCombine \ - LevelRaise Mem2Reg PiNodeInserter Reassociate SCCP + LevelRaise LICM Mem2Reg PiNodeInserter Reassociate SCCP include $(LEVEL)/Makefile.common