summaryrefslogtreecommitdiff
path: root/test/DebugInfo/X86/data_member_location.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/DebugInfo/X86/data_member_location.ll')
-rw-r--r--test/DebugInfo/X86/data_member_location.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/DebugInfo/X86/data_member_location.ll b/test/DebugInfo/X86/data_member_location.ll
index a65acf0e2a..fed5acc02c 100644
--- a/test/DebugInfo/X86/data_member_location.ll
+++ b/test/DebugInfo/X86/data_member_location.ll
@@ -10,11 +10,11 @@
; foo f;
; CHECK: DW_AT_name {{.*}} "c"
-; CHECK-NOT: DW_AT_data_member_location
+; CHECK-NOT: DW_TAG
; CHECK: DW_AT_data_member_location {{.*}} (0x00)
; CHECK: DW_AT_name {{.*}} "i"
-; CHECK-NOT: DW_AT_data_member_location
+; CHECK-NOT: DW_TAG
; CHECK: DW_AT_data_member_location {{.*}} (0x04)
%struct.foo = type { i8, i32 }