Remove a hardcoded address in test/DebugInfo/X86/vla-multi.ll

This relaxes a test to make it less brittle.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@340068 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Vedant Kumar
2018-08-17 18:39:19 +00:00
parent 18da2d1295
commit 9ce73cfd3e
+2 -2
View File
@@ -8,7 +8,7 @@
;}
;
; CHECK: DW_TAG_array_type
; CHECK-NEXT: DW_AT_type (0x000000f8 "int")
; CHECK-NEXT: DW_AT_type ([[int_type_die:.*]] "int")
; CHECK-NOT: TAG
; CHECK: DW_TAG_subrange_type
; CHECK-NEXT: DW_AT_type (0x{{.*}}"__ARRAY_SIZE_TYPE__")
@@ -26,7 +26,7 @@
; CHECK-NEXT: DW_AT_type (0x{{.*}} "__ARRAY_SIZE_TYPE__")
; CHECK-NEXT: DW_AT_count (0x{{.*}})
; CHECK: DW_TAG_array_type
; CHECK-NEXT: DW_AT_type (0x000000f8 "int")
; CHECK-NEXT: DW_AT_type ([[int_type_die]] "int")
; CHECK-NOT: TAG
; CHECK: DW_TAG_subrange_type
; CHECK-NEXT: DW_AT_type (0x{{.*}}"__ARRAY_SIZE_TYPE__")