Remove extra character I added to test my changes that I forgot to delete before submitting.

This commit is contained in:
Douglas Yung 2019-12-12 18:22:25 -08:00
parent bc16666de4
commit bc0c60f714
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ struct Y : Primary, X {
};
Y y;
// ITANIUM: @_ZTV1Y = {{.*}}constant {{.*}} null, {{.*}} @_ZTI1Y {{.*}} @_ZN7Primary1fEv {{.*}} @_ZNK1YssERKS_ {{.*}} @_ZN1YaSERKS_ {{.*}} @_ZN1YaSEOS_ {{.*}} @_ZNK1YeqERKS_ {{.*}} -[[POINTERSIZE:4|8]]
// ITANIUM-SAME: @_ZTI1Y {{.*}} @_ZThn[[POINTERSIZE]]_N1YaSERKS_a
// ITANIUM-SAME: @_ZTI1Y {{.*}} @_ZThn[[POINTERSIZE]]_N1YaSERKS_
struct A {
void operator<=>(int);