[llvm-commits] CVS: llvm-test/SingleSource/UnitTests/Integer/general-test.reference_output

Reid Spencer reid at x10sys.com
Mon Feb 12 15:28:44 PST 2007



Changes in directory llvm-test/SingleSource/UnitTests/Integer:

general-test.reference_output updated: 1.2 -> 1.3
---
Log message:

Update the reference output for this test to correct the values.


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

 general-test.reference_output |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)


Index: llvm-test/SingleSource/UnitTests/Integer/general-test.reference_output
diff -u llvm-test/SingleSource/UnitTests/Integer/general-test.reference_output:1.2 llvm-test/SingleSource/UnitTests/Integer/general-test.reference_output:1.3
--- llvm-test/SingleSource/UnitTests/Integer/general-test.reference_output:1.2	Wed Jan 17 19:31:25 2007
+++ llvm-test/SingleSource/UnitTests/Integer/general-test.reference_output	Mon Feb 12 17:28:28 2007
@@ -1,18 +1,18 @@
 rand = 1804289383
 argc = 2
 num  = 31415926
-val  = 6988767
+val  = -1399841
 sizeof(MyStruct) == 20
 sizeof(My17BitInt) == 4
 sizeof(j) == 2
-j = 446
-size sum is 26
+j = -66
+size sum is 167356064
 that.i4Field  = 9
 that.i12Field = 2848
 that.i17Field = 31527
-that.i37Field = 48921390
+that.i37Field = -9798866
 next.i4Field  = 15
 next.i12Field = 992
 next.i17Field = 41953
-next.i37Field = 6988770
+next.i37Field = -1399838
 exit 0






More information about the llvm-commits mailing list