diff options
author | Colin LeMahieu <colinl@codeaurora.org> | 2015-01-06 16:15:15 +0000 |
---|---|---|
committer | Colin LeMahieu <colinl@codeaurora.org> | 2015-01-06 16:15:15 +0000 |
commit | 1445553474d9bd938608e60a961f9f5c2d68f2d2 (patch) | |
tree | 218b65a06f1f01d07d02b161668a5d6ceacaaf92 /llvm/lib/Target/Hexagon/HexagonFrameLowering.cpp | |
parent | 52376acb69ef255ed0f34c2b824c1ccb1bae18dd (diff) | |
download | bcm5719-llvm-1445553474d9bd938608e60a961f9f5c2d68f2d2.tar.gz bcm5719-llvm-1445553474d9bd938608e60a961f9f5c2d68f2d2.zip |
[Hexagon] Adding dealloc_return encoding and absolute address stores.
llvm-svn: 225267
Diffstat (limited to 'llvm/lib/Target/Hexagon/HexagonFrameLowering.cpp')
-rw-r--r-- | llvm/lib/Target/Hexagon/HexagonFrameLowering.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/Hexagon/HexagonFrameLowering.cpp b/llvm/lib/Target/Hexagon/HexagonFrameLowering.cpp index f57171cdb39..9d1a527eddb 100644 --- a/llvm/lib/Target/Hexagon/HexagonFrameLowering.cpp +++ b/llvm/lib/Target/Hexagon/HexagonFrameLowering.cpp @@ -183,7 +183,7 @@ void HexagonFrameLowering::emitEpilogue(MachineFunction &MF, // Add dealloc_return. MachineInstrBuilder MIB = - BuildMI(MBB, MBBI_end, dl, TII.get(Hexagon::DEALLOC_RET_V4)); + BuildMI(MBB, MBBI_end, dl, TII.get(Hexagon::L4_return)); // Transfer the function live-out registers. MIB->copyImplicitOps(*MBB.getParent(), &*MBBI); // Remove the JUMPR node. |