[llvm-commits] CVS: llvm-test/SingleSource/Benchmarks/Misc/ReedSolomon.c
Reid Spencer
reid at x10sys.com
Sat Nov 25 00:51:21 PST 2006
Changes in directory llvm-test/SingleSource/Benchmarks/Misc:
ReedSolomon.c updated: 1.1 -> 1.2
---
Log message:
Make the SingleSource tests return reliable results for their exit codes.
---
Diffs of the changes: (+1 -0)
ReedSolomon.c | 1 +
1 files changed, 1 insertion(+)
Index: llvm-test/SingleSource/Benchmarks/Misc/ReedSolomon.c
diff -u llvm-test/SingleSource/Benchmarks/Misc/ReedSolomon.c:1.1 llvm-test/SingleSource/Benchmarks/Misc/ReedSolomon.c:1.2
--- llvm-test/SingleSource/Benchmarks/Misc/ReedSolomon.c:1.1 Thu Oct 12 01:33:37 2006
+++ llvm-test/SingleSource/Benchmarks/Misc/ReedSolomon.c Sat Nov 25 02:51:02 2006
@@ -432,4 +432,5 @@
rsdec_204(rs_in, rs_out);
}
+ return 0;
}
More information about the llvm-commits
mailing list