Add tests for the pruneeh pass
authorChris Lattner <sabre@nondot.org>
Sun, 31 Aug 2003 02:36:10 +0000 (02:36 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 31 Aug 2003 02:36:10 +0000 (02:36 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8248 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/Makefile

index 54f539538e70940a843ca79703dcf45b48c8ca2b..7ad75f536642167b301263a6a053feb8effb772b 100644 (file)
@@ -12,11 +12,12 @@ DIRS  = ADCE \
        InstCombine \
        LevelRaise \
        LICM \
+       LoopPreheaders \
        LowerSwitch \
        Mem2Reg \
        PiNodeInserter \
        PRE \
-       LoopPreheaders \
+       PruneEH \
        ProfilePaths \
        Reassociate \
        SCCP \