forked from OSchip/llvm-project
Make this test pass on Release builds.
On Assert builds the "call" was matching the variable name in %call = call ... llvm-svn: 197167
This commit is contained in:
parent
1f58e4dc11
commit
7abb2f9ea6
|
@ -9,7 +9,7 @@
|
|||
// CHECK: call {{.*}} @_ZN1SC1ERKS_
|
||||
|
||||
// CHECK: [C setPosition:]
|
||||
// CHECK: call {{.*}} %struct.S* @_ZN1SaSERKS_
|
||||
// CHECK: = call {{.*}}%struct.S* @_ZN1SaSERKS_
|
||||
|
||||
// CHECK: [C .cxx_destruct]
|
||||
// CHECK: [C .cxx_construct]
|
||||
|
|
Loading…
Reference in New Issue