mirror of
https://github.com/RPCS3/llvm.git
synced 2026-07-25 12:46:21 -04:00
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:
@@ -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__")
|
||||
|
||||
Reference in New Issue
Block a user