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

Misha Brukman brukman at cs.uiuc.edu
Fri Oct 8 11:15:08 PDT 2004



Changes in directory llvm/tools/llc:

Makefile updated: 1.58 -> 1.59
---
Log message:

Use the SparcV9-marked instr scheduling library

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

Index: llvm/tools/llc/Makefile
diff -u llvm/tools/llc/Makefile:1.58 llvm/tools/llc/Makefile:1.59
--- llvm/tools/llc/Makefile:1.58	Sun Aug 29 14:29:38 2004
+++ llvm/tools/llc/Makefile	Fri Oct  8 13:14:56 2004
@@ -17,7 +17,7 @@
 	skeleton \
 	selectiondag \
 	sparcv9regalloc \
-	sched \
+	sparcv9sched \
 	codegen \
 	target.a \
 	sparcv9livevar \






More information about the llvm-commits mailing list