[llvm-commits] [test-suite] r65871 - /test-suite/trunk/External/SPEC/CFP2000/188.ammp/Makefile
Dan Gohman
gohman at apple.com
Mon Mar 2 13:23:44 PST 2009
Author: djg
Date: Mon Mar 2 15:23:44 2009
New Revision: 65871
URL: http://llvm.org/viewvc/llvm-project?rev=65871&view=rev
Log:
This code for setting RUN_TYPE is redundant with that in Makefile.spec2000.
Modified:
test-suite/trunk/External/SPEC/CFP2000/188.ammp/Makefile
Modified: test-suite/trunk/External/SPEC/CFP2000/188.ammp/Makefile
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/External/SPEC/CFP2000/188.ammp/Makefile?rev=65871&r1=65870&r2=65871&view=diff
==============================================================================
--- test-suite/trunk/External/SPEC/CFP2000/188.ammp/Makefile (original)
+++ test-suite/trunk/External/SPEC/CFP2000/188.ammp/Makefile Mon Mar 2 15:23:44 2009
@@ -8,17 +8,4 @@
FP_ABSTOLERANCE=0.0001
FP_TOLERANCE=0.003
-# override RUN_TYPE (this is a long running test):
-ifndef RUN_TYPE
-ifdef SMALL_PROBLEM_SIZE
-RUN_TYPE=test
-else
-ifdef LARGE_PROBLEM_SIZE
-RUN_TYPE := ref
-else
-RUN_TYPE := train
-endif
-endif
-endif
-
include ../../Makefile.spec2000
More information about the llvm-commits
mailing list