[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/Prolangs-C++/life/life.cpp

Evan Cheng evan.cheng at apple.com
Thu May 31 10:59:01 PDT 2007



Changes in directory llvm-test/MultiSource/Benchmarks/Prolangs-C++/life:

life.cpp updated: 1.3 -> 1.4
---
Log message:

Doh.

---
Diffs of the changes:  (+1 -1)

 life.cpp |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm-test/MultiSource/Benchmarks/Prolangs-C++/life/life.cpp
diff -u llvm-test/MultiSource/Benchmarks/Prolangs-C++/life/life.cpp:1.3 llvm-test/MultiSource/Benchmarks/Prolangs-C++/life/life.cpp:1.4
--- llvm-test/MultiSource/Benchmarks/Prolangs-C++/life/life.cpp:1.3	Wed May 30 12:44:14 2007
+++ llvm-test/MultiSource/Benchmarks/Prolangs-C++/life/life.cpp	Thu May 31 12:58:31 2007
@@ -5,7 +5,7 @@
 const int DRAB=3;
 const int DFOX=8;
 #ifdef SMALL_PROBLEM_SIZE
-const int CYCLES=1000
+const int CYCLES=1000;
 #else
 const int CYCLES=10000;
 #endif






More information about the llvm-commits mailing list