diff options
author | Daniel Sanders <daniel.sanders@imgtec.com> | 2015-04-17 09:50:21 +0000 |
---|---|---|
committer | Daniel Sanders <daniel.sanders@imgtec.com> | 2015-04-17 09:50:21 +0000 |
commit | 81eb66c992105ac442d0cea92b4ffbbfc18425ed (patch) | |
tree | 8ada3a0941efa8806e72366145986e42e31d3339 /llvm/lib/Bitcode/Reader/BitcodeReader.cpp | |
parent | 3215d04a6d958eddcc4521a1af2ec42821e21842 (diff) | |
download | bcm5719-llvm-81eb66c992105ac442d0cea92b4ffbbfc18425ed.tar.gz bcm5719-llvm-81eb66c992105ac442d0cea92b4ffbbfc18425ed.zip |
[mips] Move ABI-dependent register selections to MipsABIInfo. NFC.
Summary:
For example, a common idiom was 'isN64 ? Mips::SP_64 : Mips::SP'. This has
been moved to MipsABIInfo and replaced with 'ABI.GetStackPtr()'.
There are others that should also be moved. This patch sticks to the ones that
are obviously non-functional. The others have minor mistakes that need fixing
at the same time, mostly involving checks for 64-bit GPR's instead of checks
for 64-bit pointers.
Reviewers: tomatabacu
Reviewed By: tomatabacu
Subscribers: llvm-commits
Differential Revision: http://reviews.llvm.org/D8972
llvm-svn: 235173
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions