[llvm-commits] CVS: llvm/test/Programs/External/SPEC/CINT95/126.gcc/Makefile

Alkis Evlogimenos alkis at cs.uiuc.edu
Sun Feb 29 18:37:01 PST 2004


Changes in directory llvm/test/Programs/External/SPEC/CINT95/126.gcc:

Makefile updated: 1.3 -> 1.4

---
Log message:

Make this work with the train inputs.


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

Index: llvm/test/Programs/External/SPEC/CINT95/126.gcc/Makefile
diff -u llvm/test/Programs/External/SPEC/CINT95/126.gcc/Makefile:1.3 llvm/test/Programs/External/SPEC/CINT95/126.gcc/Makefile:1.4
--- llvm/test/Programs/External/SPEC/CINT95/126.gcc/Makefile:1.3	Fri Feb 13 15:08:57 2004
+++ llvm/test/Programs/External/SPEC/CINT95/126.gcc/Makefile	Sun Feb 29 18:36:11 2004
@@ -1,8 +1,8 @@
 LEVEL = ../../../../../..
 CPPFLAGS += -DSPEC -idirafter $(SPEC95_ROOT)/CINT95/126.gcc/src/src.alt
 RUN_OPTIONS := -quiet -funroll-loops -fforce-mem -fcse-follow-jumps -fcse-skip-blocks -fexpensive-optimizations -fstrength-reduce -fpeephole -fschedule-insns -finline-functions -fschedule-insns2 -O -o -
-STDIN_FILENAME = cccp.i
-STDOUT_FILENAME = cccp.s
+STDIN_FILENAME = amptjp.i
+STDOUT_FILENAME = amptjp.s
 
 include ../../Makefile.spec95
 





More information about the llvm-commits mailing list