Build CFGsimplify directory

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2475 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2002-05-06 03:03:55 +00:00
parent 2b7d320d90
commit 267730367f

View File

@ -1,3 +1,3 @@
LEVEL = ../../..
DIRS = LevelRaise DecomposeMultiDimRefs InstCombine Mem2Reg GCSE SCCP
DIRS = CFGSimplify ConstProp DecomposeMultiDimRefs GCSE InstCombine LevelRaise Mem2Reg SCCP
include $(LEVEL)/Makefile.common