Skip to content
Commit 91138325 authored by Evan Cheng's avatar Evan Cheng
Browse files

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.

llvm-svn: 110614
parent 4a47bca4
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment