File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
llvm/lib/Target/VE/MCTargetDesc Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -20,28 +20,28 @@ enum Fixups {
2020 // / fixup_ve_srel32 - 32-bit fixup corresponding to foo for relative branch
2121 fixup_ve_srel32,
2222
23- // / fixup_ve_hi32 - 32-bit fixup corresponding to foo@hi
23+ // / fixup_ve_hi32 - 32-bit fixup corresponding to foo\ @hi
2424 fixup_ve_hi32,
2525
26- // / fixup_ve_lo32 - 32-bit fixup corresponding to foo@lo
26+ // / fixup_ve_lo32 - 32-bit fixup corresponding to foo\ @lo
2727 fixup_ve_lo32,
2828
29- // / fixup_ve_pc_hi32 - 32-bit fixup corresponding to foo@pc_hi
29+ // / fixup_ve_pc_hi32 - 32-bit fixup corresponding to foo\ @pc_hi
3030 fixup_ve_pc_hi32,
3131
32- // / fixup_ve_pc_lo32 - 32-bit fixup corresponding to foo@pc_lo
32+ // / fixup_ve_pc_lo32 - 32-bit fixup corresponding to foo\ @pc_lo
3333 fixup_ve_pc_lo32,
3434
35- // / fixup_ve_got_hi32 - 32-bit fixup corresponding to foo@got_hi
35+ // / fixup_ve_got_hi32 - 32-bit fixup corresponding to foo\ @got_hi
3636 fixup_ve_got_hi32,
3737
38- // / fixup_ve_got_lo32 - 32-bit fixup corresponding to foo@got_lo
38+ // / fixup_ve_got_lo32 - 32-bit fixup corresponding to foo\ @got_lo
3939 fixup_ve_got_lo32,
4040
41- // / fixup_ve_gotoff_hi32 - 32-bit fixup corresponding to foo@gotoff_hi
41+ // / fixup_ve_gotoff_hi32 - 32-bit fixup corresponding to foo\ @gotoff_hi
4242 fixup_ve_gotoff_hi32,
4343
44- // / fixup_ve_gotoff_lo32 - 32-bit fixup corresponding to foo@gotoff_lo
44+ // / fixup_ve_gotoff_lo32 - 32-bit fixup corresponding to foo\ @gotoff_lo
4545 fixup_ve_gotoff_lo32,
4646
4747 // / fixup_ve_plt_hi32/lo32
You can’t perform that action at this time.
0 commit comments