[llvm-commits] CVS: llvm-test/SingleSource/UnitTests/Integer/bits.h

Reid Spencer reid at x10sys.com
Fri May 18 17:40:04 PDT 2007



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;






More information about the llvm-commits mailing list