[llvm-commits] CVS: llvm-test/MultiSource/Applications/sgefa/driver.c
Chris Lattner
lattner at cs.uiuc.edu
Fri Dec 3 22:51:37 PST 2004
Changes in directory llvm-test/MultiSource/Applications/sgefa:
driver.c updated: 1.4 -> 1.5
---
Log message:
Tweak output to let this test pass
---
Diffs of the changes: (+1 -1)
Index: llvm-test/MultiSource/Applications/sgefa/driver.c
diff -u llvm-test/MultiSource/Applications/sgefa/driver.c:1.4 llvm-test/MultiSource/Applications/sgefa/driver.c:1.5
--- llvm-test/MultiSource/Applications/sgefa/driver.c:1.4 Sun Jun 27 19:39:14 2004
+++ llvm-test/MultiSource/Applications/sgefa/driver.c Sat Dec 4 00:51:22 2004
@@ -49,7 +49,7 @@
/* For a successful return from SGEFA test SGESL. */
if( retval )
- printf("Zero Column %d found \n", retval );
+ ;//printf("Zero Column %d found \n", retval );
else {
/* Solve system. */
(void)sgesl( &a, ipvt, b, 0 );
More information about the llvm-commits
mailing list