diff options
author | Tim Northover <Tim.Northover@arm.com> | 2013-04-20 19:31:00 +0000 |
---|---|---|
committer | Tim Northover <Tim.Northover@arm.com> | 2013-04-20 19:31:00 +0000 |
commit | 335dd0d1a60b317dd5fed7016e6b29af5d509828 (patch) | |
tree | 16d03035e19454e0ac10a3f19a4ad276c9d6102d /lib/Transforms/Utils/SimplifyCFG.cpp | |
parent | bf9fba961b4cf8fec7fc5d77cc14580ba5feafa2 (diff) |
ARM: don't add FrameIndex offset for LDMIA (has no immediate)
Previously, when spilling 64-bit paired registers, an LDMIA with both
a FrameIndex and an offset was produced. This kind of instruction
shouldn't exist, and the extra operand was being confused with the
predicate, causing aborts later on.
This removes the invalid 0-offset from the instruction being
produced.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179956 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms/Utils/SimplifyCFG.cpp')
0 files changed, 0 insertions, 0 deletions