Commit 1439f8f
committed
[SystemZ] Fix a bug introduced by llvm#135767
Commit `083b4a3d66` introduced a store-and-load pair around the `BRASL` call to
mcount. That load instruction did not properly declare its target register as
defined, leading to a bad machine instruction.
This commit fixes this by explicitly labeling `%r14` on the load as `def`.1 parent 6e63b68 commit 1439f8f
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
584 | 585 | | |
585 | 586 | | |
586 | 587 | | |
587 | | - | |
| 588 | + | |
588 | 589 | | |
589 | 590 | | |
590 | 591 | | |
| |||
0 commit comments