|
10 | 10 | pub fn foo() {
|
11 | 11 | // CHECK: @foo() unnamed_addr #0
|
12 | 12 |
|
13 |
| - // all-NOT: attributes #0 = { {{.*}} sspstrong {{.*}} } |
14 |
| - // all-NOT: attributes #0 = { {{.*}} ssp {{.*}} } |
15 |
| - // all: attributes #0 = { {{.*}} sspreq {{.*}} } |
16 |
| - // all-NOT: attributes #0 = { {{.*}} sspstrong {{.*}} } |
17 |
| - // all-NOT: attributes #0 = { {{.*}} ssp {{.*}} } |
| 13 | + // all-NOT: attributes #0 = { {{.*}}sspstrong {{.*}} } |
| 14 | + // all-NOT: attributes #0 = { {{.*}}ssp {{.*}} } |
| 15 | + // all: attributes #0 = { {{.*}}sspreq {{.*}} } |
| 16 | + // all-NOT: attributes #0 = { {{.*}}sspstrong {{.*}} } |
| 17 | + // all-NOT: attributes #0 = { {{.*}}ssp {{.*}} } |
18 | 18 |
|
19 |
| - // strong-NOT: attributes #0 = { {{.*}} sspreq {{.*}} } |
20 |
| - // strong-NOT: attributes #0 = { {{.*}} ssp {{.*}} } |
21 |
| - // strong: attributes #0 = { {{.*}} sspstrong {{.*}} } |
22 |
| - // strong-NOT: attributes #0 = { {{.*}} sspreq {{.*}} } |
23 |
| - // strong-NOT: attributes #0 = { {{.*}} ssp {{.*}} } |
| 19 | + // strong-NOT: attributes #0 = { {{.*}}sspreq {{.*}} } |
| 20 | + // strong-NOT: attributes #0 = { {{.*}}ssp {{.*}} } |
| 21 | + // strong: attributes #0 = { {{.*}}sspstrong {{.*}} } |
| 22 | + // strong-NOT: attributes #0 = { {{.*}}sspreq {{.*}} } |
| 23 | + // strong-NOT: attributes #0 = { {{.*}}ssp {{.*}} } |
24 | 24 |
|
25 |
| - // basic-NOT: attributes #0 = { {{.*}} sspreq {{.*}} } |
26 |
| - // basic-NOT: attributes #0 = { {{.*}} sspstrong {{.*}} } |
| 25 | + // basic-NOT: attributes #0 = { {{.*}}sspreq {{.*}} } |
| 26 | + // basic-NOT: attributes #0 = { {{.*}}sspstrong {{.*}} } |
27 | 27 | // basic: attributes #0 = { {{.*}}ssp {{.*}} }
|
28 |
| - // basic-NOT: attributes #0 = { {{.*}} sspreq {{.*}} } |
29 |
| - // basic-NOT: attributes #0 = { {{.*}} sspstrong {{.*}} } |
| 28 | + // basic-NOT: attributes #0 = { {{.*}}sspreq {{.*}} } |
| 29 | + // basic-NOT: attributes #0 = { {{.*}}sspstrong {{.*}} } |
30 | 30 |
|
31 |
| - // none-NOT: attributes #0 = { {{.*}} sspreq {{.*}} } |
32 |
| - // none-NOT: attributes #0 = { {{.*}} sspstrong {{.*}} } |
33 |
| - // none-NOT: attributes #0 = { {{.*}} ssp {{.*}} } |
| 31 | + // none-NOT: attributes #0 = { {{.*}}sspreq {{.*}} } |
| 32 | + // none-NOT: attributes #0 = { {{.*}}sspstrong {{.*}} } |
| 33 | + // none-NOT: attributes #0 = { {{.*}}ssp {{.*}} } |
34 | 34 | }
|
0 commit comments