diff options
author | Jay Foad <jay.foad@amd.com> | 2023-03-22 16:56:05 +0000 |
---|---|---|
committer | Jay Foad <jay.foad@amd.com> | 2023-03-22 18:41:10 +0000 |
commit | eac8e25ea5ee64ea46f93bba42d842fbde61609c (patch) | |
tree | 7c6b07d7b1c4b3027f4f1d8c1567d62a31fe3cc5 /llvm/lib/Analysis/ScalarEvolution.cpp | |
parent | 38d69df5c2dad0d4ceb08d840840ab083dd673fe (diff) | |
download | llvm-eac8e25ea5ee64ea46f93bba42d842fbde61609c.zip llvm-eac8e25ea5ee64ea46f93bba42d842fbde61609c.tar.gz llvm-eac8e25ea5ee64ea46f93bba42d842fbde61609c.tar.bz2 |
[CodeGen] Fix type of MachineRegisterInfo::RegAllocHints. NFC.
The first member of the pair should be unsigned instead of Register
because it is the hint type, 0 for simple (target independent) hints and
other values for target dependent hints.
Differential Revision: https://reviews.llvm.org/D146646
Diffstat (limited to 'llvm/lib/Analysis/ScalarEvolution.cpp')
0 files changed, 0 insertions, 0 deletions