diff options
-rw-r--r-- | test/Transforms/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/Makefile b/test/Transforms/Makefile index e35250f711..4c63698fa7 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 |