OSDN Git Service

Add subdirectory PreSelection.
authorVikram S. Adve <vadve@cs.uiuc.edu>
Mon, 16 Sep 2002 15:32:07 +0000 (15:32 +0000)
committerVikram S. Adve <vadve@cs.uiuc.edu>
Mon, 16 Sep 2002 15:32:07 +0000 (15:32 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3739 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/Makefile

index 62c298d..c37630a 100644 (file)
@@ -1,4 +1,4 @@
 LEVEL = ../..
-DIRS  = InstrSelection InstrSched RegAlloc Mapping
+DIRS  = PreSelection InstrSelection InstrSched RegAlloc Mapping
 
 include $(LEVEL)/Makefile.common