Add ModuloScheduling to the recursive build tree
authorMisha Brukman <brukman+llvm@gmail.com>
Sun, 10 Oct 2004 23:36:09 +0000 (23:36 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Sun, 10 Oct 2004 23:36:09 +0000 (23:36 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16905 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/SparcV9/Makefile
lib/Target/SparcV9/Makefile.am

index a0aca332ac1dc64b0e51223c9db25a4041f2745d..b83134bafe44b946e716a81ea72537d21dfe41e2 100644 (file)
@@ -8,7 +8,7 @@
 ##===----------------------------------------------------------------------===##
 LEVEL = ../../..
 LIBRARYNAME = sparcv9
-PARALLEL_DIRS = RegAlloc LiveVar InstrSched
+PARALLEL_DIRS = InstrSched LiveVar ModuloScheduling RegAlloc
 
 ExtraSource = SparcV9.burm.cpp 
 
index 777dada242d8d4ad5bf7d0915e3dabd1ff008054..cb7312f1d9570345847cf9a612789ec78cd87c89 100644 (file)
@@ -9,7 +9,7 @@
 
 include $(top_srcdir)/Makefile.rules.am
 
-SUBDIRS = InstrSched LiveVar RegAlloc
+SUBDIRS = InstrSched LiveVar ModuloScheduling RegAlloc
 
 libexec_PROGRAMS = LLVMSparcV9.o