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

Reid Spencer reid at x10sys.com
Sun Oct 10 14:19:52 PDT 2004



Changes in directory llvm/lib/CodeGen:

Makefile.am updated: 1.1 -> 1.2
---
Log message:

Remove the InstrSched directory (moved to SparcV9)


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

Index: llvm/lib/CodeGen/Makefile.am
diff -u llvm/lib/CodeGen/Makefile.am:1.1 llvm/lib/CodeGen/Makefile.am:1.2
--- llvm/lib/CodeGen/Makefile.am:1.1	Sun Oct 10 15:42:27 2004
+++ llvm/lib/CodeGen/Makefile.am	Sun Oct 10 16:19:41 2004
@@ -9,7 +9,7 @@
 
 include $(top_srcdir)/Makefile.rules.am
 
-SUBDIRS = InstrSched ModuloScheduling SelectionDAG
+SUBDIRS = ModuloScheduling SelectionDAG
 
 libexec_PROGRAMS = LLVMCodeGen.o
 






More information about the llvm-commits mailing list