Changes in directory llvm-test/External/SPEC/CINT2006/462.libquantum:
Makefile updated: 1.1 -> 1.2 --- Log message: runtime for this benchmark it too small --- Diffs of the changes: (+7 -0) Makefile | 7 +++++++ 1 files changed, 7 insertions(+) Index: llvm-test/External/SPEC/CINT2006/462.libquantum/Makefile diff -u llvm-test/External/SPEC/CINT2006/462.libquantum/Makefile:1.1 llvm-test/External/SPEC/CINT2006/462.libquantum/Makefile:1.2 --- llvm-test/External/SPEC/CINT2006/462.libquantum/Makefile:1.1 Thu Aug 31 14:26:36 2006 +++ llvm-test/External/SPEC/CINT2006/462.libquantum/Makefile Sat Sep 16 02:29:48 2006 @@ -6,6 +6,13 @@ LEVEL = ../../../.. +ifdef LARGE_PROBLEM_SIZE +RUN_TYPE := ref +else +# small problem size should use train: test is too small. +RUN_TYPE := train +endif + include ../../Makefile.spec2006 ifeq ($(OS),Darwin) _______________________________________________ llvm-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
