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

Vikram Adve vadve at psmith.cs.uiuc.edu
Thu Sep 19 19:54:00 PDT 2002


Changes in directory llvm/lib/CodeGen:

Makefile updated: 1.7 -> 1.8

---
Log message:

Add PostOpts/ and rename PreSelection/ to PreOpts/.


---
Diffs of the changes:

Index: llvm/lib/CodeGen/Makefile
diff -u llvm/lib/CodeGen/Makefile:1.7 llvm/lib/CodeGen/Makefile:1.8
--- llvm/lib/CodeGen/Makefile:1.7	Mon Sep 16 10:32:07 2002
+++ llvm/lib/CodeGen/Makefile	Thu Sep 19 19:53:53 2002
@@ -1,4 +1,4 @@
 LEVEL = ../..
-DIRS  = PreSelection InstrSelection InstrSched RegAlloc Mapping
+DIRS  = PreOpts InstrSelection InstrSched RegAlloc PostOpts Mapping
 
 include $(LEVEL)/Makefile.common





More information about the llvm-commits mailing list