diff options
author | Evan Cheng <evan.cheng@apple.com> | 2010-08-09 22:32:45 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2010-08-09 22:32:45 +0000 |
commit | b000d683c822bab7bed608937048b24b4b6db551 (patch) | |
tree | 898644fa98670a24c48b8d59acc7fba155e62b88 /lib/MC/MCContext.cpp | |
parent | 93f6c1ec6e557072d1163a4f94b38bc80b9a390f (diff) |
ARMBaseRegisterInfo::hasFP() has been broken for a while now. :-(
This will always be false before PEI:
(DisableFramePointerElim(MF) && MFI->adjustsStack())
Which means it's going to make r11 available as a general purpose register even
if -disable-fp-elim is specified. It's working on Darwin only because r7 is
always reserved. But it's obviously broken for other targets.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110614 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/MC/MCContext.cpp')
0 files changed, 0 insertions, 0 deletions