1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 04:22:57 +02:00

Run LICM tests

llvm-svn: 2609
This commit is contained in:
Chris Lattner 2002-05-10 22:21:38 +00:00
parent 1215378a67
commit c2766aada8

View File

@ -1,4 +1,4 @@
LEVEL = ../../..
DIRS = ADCE CFGSimplify ConstProp DecomposeMultiDimRefs GCSE InstCombine \
LevelRaise Mem2Reg PiNodeInserter Reassociate SCCP
LevelRaise LICM Mem2Reg PiNodeInserter Reassociate SCCP
include $(LEVEL)/Makefile.common