Skip to content
Snippets Groups Projects
Commit 457d65ae authored by NAKAMURA Takumi's avatar NAKAMURA Takumi
Browse files

clang/test/CodeGenCXX/lambda-expressions.cpp: Relax expression for -Asserts.

"entry:" is not met in -Asserts build.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@170175 91177308-0d34-0410-b5e6-96231b3b80d8
parent b0abacf2
No related branches found
No related tags found
No related merge requests found
......@@ -81,8 +81,8 @@ int g() {
};
// CHECK: define internal void @"_ZZ1hvEN3$_78__invokeEv"(%struct.A* noalias sret %agg.result)
// CHECK-NEXT: entry:
// CHECK-NEXT: call void @"_ZZ1hvENK3$_7clEv"(%struct.A* sret %agg.result,
// CHECK-NOT: =
// CHECK: call void @"_ZZ1hvENK3$_7clEv"(%struct.A* sret %agg.result,
// CHECK-NEXT: ret void
struct A { ~A(); };
void h() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment