Commit 1fb8a27
authored
[NFC][Clang] Fix typo in feature predicate insertion
Due to a botched merge, we currently emit volatile loads from feature
predicate globals. These are never foldable, which breaks things. This
does not apply to the upstream patch currently under review.
Commiting on behalf of github user @AlexVlx1 parent d3280a4 commit 1fb8a27
File tree
3 files changed
+3
-3
lines changed- clang
- lib/CodeGen/TargetBuiltins
- test/CodeGen
3 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
304 | 304 | | |
305 | 305 | | |
306 | 306 | | |
307 | | - | |
| 307 | + | |
308 | 308 | | |
309 | 309 | | |
310 | 310 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
0 commit comments