[llvm-commits] CVS: llvm/lib/CodeGen/Makefile
vadve at cs.uiuc.edu
vadve at cs.uiuc.edu
Mon Sep 16 10:33:01 PDT 2002
Changes in directory llvm/lib/CodeGen:
Makefile updated: 1.6 -> 1.7
---
Log message:
Add subdirectory PreSelection.
---
Diffs of the changes:
Index: llvm/lib/CodeGen/Makefile
diff -u llvm/lib/CodeGen/Makefile:1.6 llvm/lib/CodeGen/Makefile:1.7
--- llvm/lib/CodeGen/Makefile:1.6 Tue Aug 27 17:45:49 2002
+++ llvm/lib/CodeGen/Makefile Mon Sep 16 10:32:07 2002
@@ -1,4 +1,4 @@
LEVEL = ../..
-DIRS = InstrSelection InstrSched RegAlloc Mapping
+DIRS = PreSelection InstrSelection InstrSched RegAlloc Mapping
include $(LEVEL)/Makefile.common
More information about the llvm-commits
mailing list