diff options
author | Chris Lattner <sabre@nondot.org> | 2002-05-24 21:21:36 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-05-24 21:21:36 +0000 |
commit | a17c1f173539ad84701a5fc903aba2ee49f3ad59 (patch) | |
tree | 25a878b349b10db5b5dde414bda03b82c9e3f9aa | |
parent | 5aa9e3e702b3c149e868b3799911a64339bee125 (diff) | |
download | bcm5719-llvm-a17c1f173539ad84701a5fc903aba2ee49f3ad59.tar.gz bcm5719-llvm-a17c1f173539ad84701a5fc903aba2ee49f3ad59.zip |
Run FuncResolve tests
llvm-svn: 2743
-rw-r--r-- | llvm/test/Regression/Transforms/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/llvm/test/Regression/Transforms/Makefile b/llvm/test/Regression/Transforms/Makefile index db64d1f46ac..88141988241 100644 --- a/llvm/test/Regression/Transforms/Makefile +++ b/llvm/test/Regression/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 |