summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms
diff options
context:
space:
mode:
authorLogan Chien <tzuhsiang.chien@gmail.com>2013-02-20 12:21:33 +0000
committerLogan Chien <tzuhsiang.chien@gmail.com>2013-02-20 12:21:33 +0000
commit53c18d8ac765997684bf416b6f2234fe0279fbb1 (patch)
tree328ee19a54a3fad541c0876947b63073c2874f09 /llvm/lib/Transforms
parentec1d2861117219098783824e1f8edb92936b9136 (diff)
downloadbcm5719-llvm-53c18d8ac765997684bf416b6f2234fe0279fbb1.tar.gz
bcm5719-llvm-53c18d8ac765997684bf416b6f2234fe0279fbb1.zip
Fix thumbv5e frame lowering assertion failure.
It is possible that frame pointer is not found in the callee saved info, thus FramePtrSpillFI may be incorrect if we don't check the result of hasFP(MF). Besides, if we enable the stack coloring algorithm, there will be an assertion to ensure the slot is live. But in the test case, %var1 is not live in the prologue of the function, and we will get the assertion failure. Note: There is similar code in ARMFrameLowering.cpp. llvm-svn: 175616
Diffstat (limited to 'llvm/lib/Transforms')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud