aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-07-18 06:40:31 +0000
committerChris Lattner <sabre@nondot.org>2002-07-18 06:40:31 +0000
commitebfd1b903bc662cfb6cf822cc74ff0256ea7669b (patch)
tree2ebe8fe7b1a07cf03a52943b11a9bfe5847ef361
parent5796091dfd734cac8cf4a4ca70ed937d5a94f771 (diff)
Build globaldce tests
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2962 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/Transforms/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/Makefile b/test/Transforms/Makefile
index 3e2646f8f4..6b1c76e5ab 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