Commit 041db3a
[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 5d227ee commit 041db3a
File tree
3 files changed
+3
-3
lines changed- clang
- lib/CodeGen
- test/CodeGen
3 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19823 | 19823 | | |
19824 | 19824 | | |
19825 | 19825 | | |
19826 | | - | |
| 19826 | + | |
19827 | 19827 | | |
19828 | 19828 | | |
19829 | 19829 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
0 commit comments