]> granicus.if.org Git - clang/commitdiff
clang/test/CodeGenCXX/debug-info-class.cpp: Fixup for -Asserts.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Fri, 1 Feb 2013 22:53:19 +0000 (22:53 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Fri, 1 Feb 2013 22:53:19 +0000 (22:53 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@174229 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGenCXX/debug-info-class.cpp

index 410b921ce45be193eb91de84b0d21ab8884a45f7..2f81436bcf0620638b44aba12a7a7369836cb5e5 100644 (file)
@@ -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]