forked from OSchip/llvm-project
Slightly generalize FileCheck patterns to unbreak -Asserts builds.
llvm-svn: 156783
This commit is contained in:
parent
c1dfed6572
commit
48d5418df8
|
@ -20,6 +20,6 @@ int &fn2(int &v) {
|
|||
// CHECK: %[[INITLIST2:.*]] = alloca %struct.B, align 8
|
||||
// CHECK: %[[R:.*]] = getelementptr inbounds %struct.B* %[[INITLIST2:.*]], i32 0, i32 0
|
||||
// CHECK: store i32* %{{.*}}, i32** %[[R]], align 8
|
||||
// CHECK: %call = call i32* @_ZN1B1fEv(%struct.B* %[[INITLIST2:.*]])
|
||||
// CHECK: call i32* @_ZN1B1fEv(%struct.B* %[[INITLIST2:.*]])
|
||||
return B{v}.f();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue