diff options
Diffstat (limited to 'test/CodeGen/debug-info-vector.c')
-rw-r--r-- | test/CodeGen/debug-info-vector.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/debug-info-vector.c b/test/CodeGen/debug-info-vector.c index 6b27573578c28..93e63926c93d2 100644 --- a/test/CodeGen/debug-info-vector.c +++ b/test/CodeGen/debug-info-vector.c @@ -6,6 +6,6 @@ v4si a; // Test that we get an array type that's also a vector out of debug. // CHECK: !DICompositeType(tag: DW_TAG_array_type, // CHECK-SAME: baseType: ![[INT:[0-9]+]] -// CHECK-SAME: size: 128, align: 128 +// CHECK-SAME: size: 128 // CHECK-SAME: DIFlagVector // CHECK: ![[INT]] = !DIBasicType(name: "int" |