Changes in directory llvm-test/SingleSource/Benchmarks/Misc-C++:

stepanov_v1p2.cpp updated: 1.2 -> 1.3
---
Log message:

Add SMALL_PROBLEM_SIZE support.



---
Diffs of the changes:  (+4 -0)

 stepanov_v1p2.cpp |    4 ++++
 1 files changed, 4 insertions(+)


Index: llvm-test/SingleSource/Benchmarks/Misc-C++/stepanov_v1p2.cpp
diff -u llvm-test/SingleSource/Benchmarks/Misc-C++/stepanov_v1p2.cpp:1.2 
llvm-test/SingleSource/Benchmarks/Misc-C++/stepanov_v1p2.cpp:1.3
--- llvm-test/SingleSource/Benchmarks/Misc-C++/stepanov_v1p2.cpp:1.2    Wed May 
16 17:28:47 2007
+++ llvm-test/SingleSource/Benchmarks/Misc-C++/stepanov_v1p2.cpp        Thu May 
31 17:55:09 2007
@@ -192,7 +192,11 @@
   return result;
 }
 
+#ifdef SMALL_PROBLEM_SIZE
+int iterations = 10000;
+#else
 int iterations = 250000;
+#endif
 #define SIZE 2000
 
 int current_test = 0;



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to