diff options
author | Ricky Taylor <rickytaylor26@gmail.com> | 2021-04-17 11:03:34 +0100 |
---|---|---|
committer | Ricky Taylor <rickytaylor26@gmail.com> | 2021-04-19 22:24:12 +0100 |
commit | 6de262827c292c510dc5c27c6b6ce15276295236 (patch) | |
tree | a14b2c42cd6cbacf5a0e595c0082303b9e561cbd /llvm/lib/CodeGen/MachineModuleInfo.cpp | |
parent | 8030481065334eafaae2791998ab1c69fda0eac1 (diff) | |
download | llvm-6de262827c292c510dc5c27c6b6ce15276295236.zip llvm-6de262827c292c510dc5c27c6b6ce15276295236.tar.gz llvm-6de262827c292c510dc5c27c6b6ce15276295236.tar.bz2 |
[M68k] Change printing of absolute memory references
This also includes PC-relative addresses since they are still
referenced as absolute addresses in assembly and converted to
relative addresses by the assembler.
This changes, for example:
- `bra #-2` -> `bra $100`
- `jsr #16` -> `jsr $10`
Differential Revision: https://reviews.llvm.org/D100697
Diffstat (limited to 'llvm/lib/CodeGen/MachineModuleInfo.cpp')
0 files changed, 0 insertions, 0 deletions