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

Reid Spencer reid at x10sys.com
Fri Jun 1 18:52:14 PDT 2007



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

bits.h updated: 1.11 -> 1.12
---
Log message:

Add int8


---
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.11 llvm-test/SingleSource/UnitTests/Integer/bits.h:1.12
--- llvm-test/SingleSource/UnitTests/Integer/bits.h:1.11	Fri May 18 19:39:45 2007
+++ llvm-test/SingleSource/UnitTests/Integer/bits.h	Fri Jun  1 20:51:51 2007
@@ -51,6 +51,7 @@
 typedef unsigned int __attribute__((bitwidth(1024))) uint1024;
 
 typedef int __attribute__((bitwidth(3))) int3;
+typedef int __attribute__((bitwidth(8)))  int8;
 typedef int __attribute__((bitwidth(9)))  int9;
 typedef int __attribute__((bitwidth(10))) int10;
 typedef int __attribute__((bitwidth(21))) int21;






More information about the llvm-commits mailing list