Change getFrameMoves to return a const reference.
authorRafael Espindola <rafael.espindola@gmail.com>
Sat, 11 May 2013 02:38:11 +0000 (02:38 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Sat, 11 May 2013 02:38:11 +0000 (02:38 +0000)
commitd84ccfaf50c7843f31ffc74a8a8e33f779453d6e
treef4b6d66d0073522dffc3f98066814aba0e76edc8
parentbaf81af7591dedb2587bf8e439e07a97dbe454f9
Change getFrameMoves to return a const reference.

To add a frame now there is a dedicated addFrameMove which also takes
care of constructing the move itself.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@181657 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/MachineModuleInfo.h
lib/CodeGen/AsmPrinter/AsmPrinter.cpp
lib/Target/AArch64/AArch64FrameLowering.cpp
lib/Target/Hexagon/HexagonFrameLowering.cpp
lib/Target/Mips/Mips16FrameLowering.cpp
lib/Target/Mips/MipsSEFrameLowering.cpp
lib/Target/PowerPC/PPCFrameLowering.cpp
lib/Target/SystemZ/SystemZFrameLowering.cpp
lib/Target/X86/X86FrameLowering.cpp
lib/Target/XCore/XCoreFrameLowering.cpp