diff options
-rw-r--r-- | test/Transforms/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/test/Transforms/Makefile b/test/Transforms/Makefile index db64d1f46a..8814198824 100644 --- a/test/Transforms/Makefile +++ b/test/Transforms/Makefile @@ -1,4 +1,5 @@ LEVEL = ../../.. -DIRS = ADCE CFGSimplify ConstProp DecomposeMultiDimRefs GCSE InstCombine \ - LevelRaise LICM Mem2Reg PiNodeInserter ProfilePaths Reassociate SCCP +DIRS = ADCE CFGSimplify ConstProp DecomposeMultiDimRefs FunctionResolve GCSE \ + InstCombine LevelRaise LICM Mem2Reg PiNodeInserter ProfilePaths \ + Reassociate SCCP include $(LEVEL)/Makefile.common |