[llvm-commits] CVS: llvm/tools/llc/Makefile
Brian Gaeke
gaeke at cs.uiuc.edu
Sat Feb 7 23:50:01 PST 2004
Changes in directory llvm/tools/llc:
Makefile updated: 1.45 -> 1.46
---
Log message:
Fix indentation of selectiondag.
I don't know why its indentation has been bugging me, but it has.
---
Diffs of the changes: (+1 -1)
Index: llvm/tools/llc/Makefile
diff -u llvm/tools/llc/Makefile:1.45 llvm/tools/llc/Makefile:1.46
--- llvm/tools/llc/Makefile:1.45 Mon Feb 2 13:05:52 2004
+++ llvm/tools/llc/Makefile Sat Feb 7 23:49:29 2004
@@ -11,7 +11,7 @@
USEDLIBS = sparc \
x86 \
powerpc \
- selectiondag \
+ selectiondag \
regalloc \
sched \
select \
More information about the llvm-commits
mailing list