diff options
author | Craig Topper <craig.topper@sifive.com> | 2020-11-01 10:16:50 -0800 |
---|---|---|
committer | Craig Topper <craig.topper@sifive.com> | 2020-11-01 10:16:52 -0800 |
commit | a76cd10fcda53160dd213157740b2efb31e73e8d (patch) | |
tree | 96e14b0baf375f5a3b10bfe2c24bad101ce3b202 /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | 6ec56467cbc6d426168fb486654f42121622cbb9 (diff) | |
download | llvm-a76cd10fcda53160dd213157740b2efb31e73e8d.zip llvm-a76cd10fcda53160dd213157740b2efb31e73e8d.tar.gz llvm-a76cd10fcda53160dd213157740b2efb31e73e8d.tar.bz2 |
[RISCV] Use 'unsigned' instead of Register in getRegForInlineAsmConstraint. NFC
The return value of this interface still uses an 'unsigned' on all
targets. So we convert Register back to unsigned at the end.
I'm hoping this will prevent the issue that caused the revert of
D90322.
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions