Commit 603fa4c
authored
[BOLT][NFC] Be more obvious about selecting X86 (llvm#88527)
Use `isX86()` rather than `!isAArch64() && !isRISCV()`, and similar.1 parent 51d85b7 commit 603fa4c
File tree
3 files changed
+6
-4
lines changed- bolt/lib
- Core
- Rewrite
3 files changed
+6
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1880 | 1880 | | |
1881 | 1881 | | |
1882 | 1882 | | |
1883 | | - | |
| 1883 | + | |
1884 | 1884 | | |
1885 | 1885 | | |
1886 | 1886 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
512 | 512 | | |
513 | 513 | | |
514 | 514 | | |
515 | | - | |
| 515 | + | |
516 | 516 | | |
517 | 517 | | |
518 | 518 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1670 | 1670 | | |
1671 | 1671 | | |
1672 | 1672 | | |
1673 | | - | |
| 1673 | + | |
| 1674 | + | |
| 1675 | + | |
1674 | 1676 | | |
1675 | 1677 | | |
1676 | 1678 | | |
| |||
2605 | 2607 | | |
2606 | 2608 | | |
2607 | 2609 | | |
2608 | | - | |
| 2610 | + | |
2609 | 2611 | | |
2610 | 2612 | | |
2611 | 2613 | | |
| |||
0 commit comments