Changes in directory llvm-test/SingleSource/UnitTests/Integer:
bits.h updated: 1.10 -> 1.11 --- Log message: Add uint169 type. --- Diffs of the changes: (+1 -0) bits.h | 1 + 1 files changed, 1 insertion(+) Index: llvm-test/SingleSource/UnitTests/Integer/bits.h diff -u llvm-test/SingleSource/UnitTests/Integer/bits.h:1.10 llvm-test/SingleSource/UnitTests/Integer/bits.h:1.11 --- llvm-test/SingleSource/UnitTests/Integer/bits.h:1.10 Thu May 17 13:02:42 2007 +++ llvm-test/SingleSource/UnitTests/Integer/bits.h Fri May 18 19:39:45 2007 @@ -41,6 +41,7 @@ typedef unsigned int __attribute__((bitwidth(68))) uint68; typedef unsigned int __attribute__((bitwidth(69))) uint69; typedef unsigned int __attribute__((bitwidth(128))) uint128; +typedef unsigned int __attribute__((bitwidth(169))) uint169; typedef unsigned int __attribute__((bitwidth(250))) uint250; typedef unsigned int __attribute__((bitwidth(256))) uint256; typedef unsigned int __attribute__((bitwidth(500))) uint500; _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits