[llvm-commits] CVS: reopt/tools/reopt-llc/Makefile

Brian Gaeke gaeke at cs.uiuc.edu
Mon Oct 18 21:37:03 PDT 2004



Changes in directory reopt/tools/reopt-llc:

Makefile updated: 1.2 -> 1.3
---
Log message:

The sched library changed its name to sparcv9sched at some point.


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

Index: reopt/tools/reopt-llc/Makefile
diff -u reopt/tools/reopt-llc/Makefile:1.2 reopt/tools/reopt-llc/Makefile:1.3
--- reopt/tools/reopt-llc/Makefile:1.2	Thu Sep 30 15:37:07 2004
+++ reopt/tools/reopt-llc/Makefile	Mon Oct 18 23:36:53 2004
@@ -4,7 +4,7 @@
 	cwriter \
 	sparcv9 \
 	sparcv9regalloc \
-	sched \
+	sparcv9sched \
 	target.a \
 	codegen \
 	sparcv9livevar \






More information about the llvm-commits mailing list