[llvm-commits] CVS: llvm-test/SingleSource/UnitTests/Integer/bits.h
Reid Spencer
reid at x10sys.com
Sat Apr 21 10:45:24 PDT 2007
Changes in directory llvm-test/SingleSource/UnitTests/Integer:
bits.h updated: 1.2 -> 1.3
---
Log message:
Add some more types.
---
Diffs of the changes: (+3 -2)
bits.h | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
Index: llvm-test/SingleSource/UnitTests/Integer/bits.h
diff -u llvm-test/SingleSource/UnitTests/Integer/bits.h:1.2 llvm-test/SingleSource/UnitTests/Integer/bits.h:1.3
--- llvm-test/SingleSource/UnitTests/Integer/bits.h:1.2 Tue Apr 17 19:53:49 2007
+++ llvm-test/SingleSource/UnitTests/Integer/bits.h Sat Apr 21 12:45:07 2007
@@ -43,8 +43,9 @@
typedef int __attribute__((bitwidth(33))) int33;
typedef int __attribute__((bitwidth(169))) int169;
-typedef unsigned int __attribute__((bitwidth(250))) Int250;
-typedef unsigned int __attribute__((bitwidth(256))) Int256;
+typedef unsigned int __attribute__((bitwidth(250))) int250;
+typedef unsigned int __attribute__((bitwidth(256))) int256;
+typedef unsigned int __attribute__((bitwidth(256))) int500;
#define bitwidthof(TORV) (__bitwidthof__(typeof(TORV)))
More information about the llvm-commits
mailing list