commit | b000d683c822bab7bed608937048b24b4b6db551 | [log] [tgz] |
---|---|---|
author | Evan Cheng <evan.cheng@apple.com> | Mon Aug 09 22:32:45 2010 +0000 |
committer | Evan Cheng <evan.cheng@apple.com> | Mon Aug 09 22:32:45 2010 +0000 |
tree | 898644fa98670a24c48b8d59acc7fba155e62b88 | |
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