Add tests for the pruneeh pass

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8248 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2003-08-31 02:36:10 +00:00
parent 4a81067a84
commit 2b771055d7

View File

@ -12,11 +12,12 @@ DIRS = ADCE \
InstCombine \
LevelRaise \
LICM \
LoopPreheaders \
LowerSwitch \
Mem2Reg \
PiNodeInserter \
PRE \
LoopPreheaders \
PruneEH \
ProfilePaths \
Reassociate \
SCCP \