The ARM disassembler did not handle the alignment correctly for VLD*DUP* instructions
[oota-llvm.git] / test / FrontendC / 2009-12-07-BitFieldAlignment.c
index a8312a5fd8a9c54b756b00ecad8ab540e7d57475..02ff8bce1821ce113e69277d735bc70bc0f11d2c 100644 (file)
@@ -9,7 +9,7 @@ struct S {
 };
 
 void f0(struct S *a) {
-// CHECK: %3 = load i32* %2, align 4
-// CHECK: store i32 %4, i32* %2, align 4
+// CHECK: load {{.*}}, align 4
+// CHECK: store {{.*}}, align 4
   a->e = 0;
 }