OSDN Git Service

[AArch64] Strengthen the code for the prologue insertion.
authorQuentin Colombet <qcolombet@apple.com>
Fri, 10 Apr 2015 23:14:34 +0000 (23:14 +0000)
committerQuentin Colombet <qcolombet@apple.com>
Fri, 10 Apr 2015 23:14:34 +0000 (23:14 +0000)
commitb26cf11a7b89c8c77d306a2ebeede00ed81486eb
tree75e6cde35a40c6cfbaef1a4c1526802d4e9c527a
parentc127686d0e2afd7d345e337f71d8b5f3be6dc03b
[AArch64] Strengthen the code for the prologue insertion.
The spilled registers are pristine and thus, correctly handled by
the register scavenger and so on, but the liveness information is
strictly speaking wrong at this point.
Fix that.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@234664 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/AArch64/AArch64FrameLowering.cpp