[llvm-commits] [test-suite] r47025 - /test-suite/trunk/SingleSource/Benchmarks/Misc/oourafft.c

Lauro Ramos Venancio lauro.venancio at gmail.com
Tue Feb 12 12:59:26 PST 2008


Author: laurov
Date: Tue Feb 12 14:59:25 2008
New Revision: 47025

URL: http://llvm.org/viewvc/llvm-project?rev=47025&view=rev
Log:
Reduce test size.


Modified:
    test-suite/trunk/SingleSource/Benchmarks/Misc/oourafft.c

Modified: test-suite/trunk/SingleSource/Benchmarks/Misc/oourafft.c
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/SingleSource/Benchmarks/Misc/oourafft.c?rev=47025&r1=47024&r2=47025&view=diff

==============================================================================
--- test-suite/trunk/SingleSource/Benchmarks/Misc/oourafft.c (original)
+++ test-suite/trunk/SingleSource/Benchmarks/Misc/oourafft.c Tue Feb 12 14:59:25 2008
@@ -19,7 +19,7 @@
 
 #define N 1024
 #ifdef SMALL_PROBLEM_SIZE
-#define TRIES 15000
+#define TRIES 5000
 #else
 #define TRIES 150000
 #endif





More information about the llvm-commits mailing list