[llvm-commits] CVS: llvm-test/SingleSource/Benchmarks/Misc-C++/stepanov_v1p2.cpp
Lauro Ramos Venancio
lauro.venancio at gmail.com
Thu May 31 15:55:31 PDT 2007
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;
More information about the llvm-commits
mailing list