File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -61,12 +61,12 @@ int use() {
61
61
return 43 ;
62
62
}
63
63
64
- // CHECK-NOT: @_ZTSW3Mod4Base = constant
65
- // CHECK-NOT: @_ZTIW3Mod4Base = constant
64
+ // CHECK-NOT: @_ZTSW3Mod4Base
65
+ // CHECK-NOT: @_ZTIW3Mod4Base
66
66
// CHECK: @_ZTVW3Mod4Base = external
67
67
68
- // CHECK-INLINE-NOT: @_ZTSW3Mod4Base = constant
69
- // CHECK-INLINE-NOT: @_ZTIW3Mod4Base = constant
68
+ // CHECK-INLINE-NOT: @_ZTSW3Mod4Base
69
+ // CHECK-INLINE-NOT: @_ZTIW3Mod4Base
70
70
// CHECK-INLINE: @_ZTVW3Mod4Base = external
71
71
72
72
// Check the case that the declaration of the key function comes from another
@@ -101,5 +101,5 @@ int b_use() {
101
101
}
102
102
103
103
// CHECK: @_ZTVW1M1C = external
104
- // CHECK-NOT: @_ZTSW1M1C = constant
105
- // CHECK-NOT: @_ZTIW1M1C = constant
104
+ // CHECK-NOT: @_ZTSW1M1C
105
+ // CHECK-NOT: @_ZTIW1M1C
You can’t perform that action at this time.
0 commit comments