[llvm-commits] [test-suite] r160495 - /test-suite/trunk/SingleSource/Benchmarks/Misc/matmul_f64_4x4.c
Nick Lewycky
nicholas at mxc.ca
Wed Jul 18 23:09:03 PDT 2012
Author: nicholas
Date: Thu Jul 19 01:09:03 2012
New Revision: 160495
URL: http://llvm.org/viewvc/llvm-project?rev=160495&view=rev
Log:
Give matmul_f64_4x4 a defined return code so that it starts passing when
compared with gcc.
Modified:
test-suite/trunk/SingleSource/Benchmarks/Misc/matmul_f64_4x4.c
Modified: test-suite/trunk/SingleSource/Benchmarks/Misc/matmul_f64_4x4.c
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/SingleSource/Benchmarks/Misc/matmul_f64_4x4.c?rev=160495&r1=160494&r2=160495&view=diff
==============================================================================
--- test-suite/trunk/SingleSource/Benchmarks/Misc/matmul_f64_4x4.c (original)
+++ test-suite/trunk/SingleSource/Benchmarks/Misc/matmul_f64_4x4.c Thu Jul 19 01:09:03 2012
@@ -67,4 +67,6 @@
printf("%8.2f", C[n][m]);
puts("");
}
+
+ return 0;
}
More information about the llvm-commits
mailing list