aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/CodeGenCXX/debug-info-class.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/CodeGenCXX/debug-info-class.cpp b/test/CodeGenCXX/debug-info-class.cpp
index 410b921ce4..2f81436bcf 100644
--- a/test/CodeGenCXX/debug-info-class.cpp
+++ b/test/CodeGenCXX/debug-info-class.cpp
@@ -30,8 +30,9 @@ int main(int argc, char **argv) {
return 0;
}
-// CHECK: unwind label %terminate.lpad, !dbg ![[EXCEPTLOC:.*]]
-// CHECK: store i32 0, i32* %retval, !dbg ![[RETLOC:.*]]
+// CHECK: invoke void @_ZN1BD1Ev(%class.B* %b)
+// CHECK-NEXT: unwind label %{{.+}}, !dbg ![[EXCEPTLOC:.*]]
+// CHECK: store i32 0, i32* %{{.+}}, !dbg ![[RETLOC:.*]]
// CHECK: DW_TAG_structure_type ] [foo]
// CHECK: DW_TAG_class_type ] [bar]
// CHECK: DW_TAG_union_type ] [baz]