[llvm-commits] CVS: llvm/lib/CodeGen/Makefile

Misha Brukman brukman at cs.uiuc.edu
Fri Oct 8 11:13:04 PDT 2004



Changes in directory llvm/lib/CodeGen:

Makefile updated: 1.22 -> 1.23
---
Log message:

InstrSched has been moved to lib/Target/SparcV9


---
Diffs of the changes:  (+1 -1)

Index: llvm/lib/CodeGen/Makefile
diff -u llvm/lib/CodeGen/Makefile:1.22 llvm/lib/CodeGen/Makefile:1.23
--- llvm/lib/CodeGen/Makefile:1.22	Sun Aug  1 14:00:17 2004
+++ llvm/lib/CodeGen/Makefile	Fri Oct  8 13:12:53 2004
@@ -8,7 +8,7 @@
 ##===----------------------------------------------------------------------===##
 
 LEVEL = ../..
-PARALLEL_DIRS = InstrSched SelectionDAG ModuloScheduling
+PARALLEL_DIRS = SelectionDAG ModuloScheduling
 LIBRARYNAME = codegen
 
 include $(LEVEL)/Makefile.common






More information about the llvm-commits mailing list