Upgrade debug-info-vla test: we do not pass default alignment now
authorVictor Leschuk <vleschuk@accesssoftek.com>
Thu, 20 Oct 2016 00:37:07 +0000 (00:37 +0000)
committerVictor Leschuk <vleschuk@accesssoftek.com>
Thu, 20 Oct 2016 00:37:07 +0000 (00:37 +0000)
llvm-svn: 284683

clang/test/CodeGenCXX/debug-info-vla.cpp

index 0feba1b..88f3a3f 100644 (file)
@@ -15,7 +15,6 @@ int (*fp)(int[][*]) = nullptr;
 //
 // CHECK: !DICompositeType(tag: DW_TAG_array_type,
 // CHECK-NOT:                               size:
-// CHECK-SAME:                              align: 32
 // CHECK-SAME:                              elements: [[ELEM_TYPE:![0-9]+]]
 // CHECK: [[ELEM_TYPE]] = !{[[THREE:.*]], [[NOCOUNT]]}
 // CHECK: [[THREE]] = !DISubrange(count: 3)