The return type of the destructor may vary between platforms, so stop
inadvertently testing it.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@181541
91177308-0d34-0410-b5e6-
96231b3b80d8
// CHECK-1: store %struct.Foo* %f, %struct.Foo**
// CHECK-1: getelementptr inbounds %[[Capture]]* %{{[^,]*}}, i32 0, i32 1
// CHECK-1: call void @[[HelperName:[A-Za-z0-9_]+]](%[[Capture]]*
- // CHECK-1: call void @_ZN3FooD1Ev
+ // CHECK-1: call {{.*}}FooD1Ev
// CHECK-1: ret
}
//
// CHECK-4: define internal void @[[HelperName]]
// CHECK-4: store i32 5, i32*
- // CHECK-4: call void @{{.*}}FooD1Ev(%struct.Foo*
+ // CHECK-4: call {{.*}}FooD1Ev
}