[llvm-commits] CVS: reopt/test/TEST.reopt.Makefile
Brian Gaeke
gaeke at cs.uiuc.edu
Thu Aug 5 00:13:00 PDT 2004
Changes in directory reopt/test:
TEST.reopt.Makefile updated: 1.19 -> 1.20
---
Log message:
sparcv9select.o is history.
---
Diffs of the changes: (+1 -1)
Index: reopt/test/TEST.reopt.Makefile
diff -u reopt/test/TEST.reopt.Makefile:1.19 reopt/test/TEST.reopt.Makefile:1.20
--- reopt/test/TEST.reopt.Makefile:1.19 Tue Jul 6 13:15:40 2004
+++ reopt/test/TEST.reopt.Makefile Thu Aug 5 02:12:50 2004
@@ -34,7 +34,7 @@
# Object files that contain common LLVM code the Reoptimizer depends on
REOPTIMIZER_LLVMOBJS = $(DESTLIBCURRENT)/vmcore.o \
$(DESTLIBCURRENT)/bcreader.o $(DESTLIBCURRENT)/bcwriter.o \
- $(DESTLIBCURRENT)/sparcv9.o $(DESTLIBCURRENT)/sparcv9select.o \
+ $(DESTLIBCURRENT)/sparcv9.o \
$(DESTLIBCURRENT)/sparcv9livevar.o $(DESTLIBCURRENT)/sched.o \
$(DESTLIBCURRENT)/codegen.o $(DESTLIBCURRENT)/executionengine.o \
$(DESTLIBCURRENT)/lli-jit.o $(DESTLIBCURRENT)/lli-interpreter.o
More information about the llvm-commits
mailing list