summaryrefslogtreecommitdiff
path: root/test/Transforms
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-08-31 02:36:10 +0000
committerChris Lattner <sabre@nondot.org>2003-08-31 02:36:10 +0000
commit2b771055d7010e94d16d46b4f0d14d3693aa2c69 (patch)
treecb6241a1881e13c7bcb965a41e3fd55aba72c878 /test/Transforms
parent4a81067a84e18c44898149f5afdbaa3e18b3e821 (diff)
downloadllvm-2b771055d7010e94d16d46b4f0d14d3693aa2c69.tar.gz
llvm-2b771055d7010e94d16d46b4f0d14d3693aa2c69.tar.bz2
llvm-2b771055d7010e94d16d46b4f0d14d3693aa2c69.tar.xz
Add tests for the pruneeh pass
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8248 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms')
-rw-r--r--test/Transforms/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/Transforms/Makefile b/test/Transforms/Makefile
index 54f539538e..7ad75f5366 100644
--- a/test/Transforms/Makefile
+++ b/test/Transforms/Makefile
@@ -12,11 +12,12 @@ DIRS = ADCE \
InstCombine \
LevelRaise \
LICM \
+ LoopPreheaders \
LowerSwitch \
Mem2Reg \
PiNodeInserter \
PRE \
- LoopPreheaders \
+ PruneEH \
ProfilePaths \
Reassociate \
SCCP \