[llvm-commits] CVS: llvm-test/SingleSource/UnitTests/Integer/part_select2.c

Reid Spencer reid at x10sys.com
Fri May 18 17:48:42 PDT 2007



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

part_select2.c updated: 1.3 -> 1.4
---
Log message:

Make this test case compile again.


---
Diffs of the changes:  (+0 -4)

 part_select2.c |    4 ----
 1 files changed, 4 deletions(-)


Index: llvm-test/SingleSource/UnitTests/Integer/part_select2.c
diff -u llvm-test/SingleSource/UnitTests/Integer/part_select2.c:1.3 llvm-test/SingleSource/UnitTests/Integer/part_select2.c:1.4
--- llvm-test/SingleSource/UnitTests/Integer/part_select2.c:1.3	Thu May 17 01:25:37 2007
+++ llvm-test/SingleSource/UnitTests/Integer/part_select2.c	Fri May 18 19:48:24 2007
@@ -1,10 +1,6 @@
 
 #include "bits.h"
 
-typedef  int __attribute__ ((bitwidth(128))) int128;
-typedef  int __attribute__ ((bitwidth(8))) int8;
-// typedef unsigned int __attribute__ ((bitwidth(19))) uint19;
-
 int main()
 {
   int128 X = 0xde7ed959bcfdb200ULL;






More information about the llvm-commits mailing list