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;



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to