diff --git a/test/Transforms/Makefile b/test/Transforms/Makefile index 3e2646f8f48..6b1c76e5abc 100644 --- a/test/Transforms/Makefile +++ b/test/Transforms/Makefile @@ -1,5 +1,5 @@ LEVEL = ../../.. DIRS = ADCE CFGSimplify ConstProp DecomposeMultiDimRefs FunctionResolve GCSE \ - Inline InstCombine LevelRaise LICM Mem2Reg PiNodeInserter ProfilePaths \ + GlobalDCE Inline InstCombine LevelRaise LICM Mem2Reg PiNodeInserter ProfilePaths \ Reassociate SCCP SimplifyCFG include $(LEVEL)/Makefile.common