diff options
| author | Krzysztof Parzyszek <kparzysz@codeaurora.org> | 2015-04-23 20:57:39 +0000 |
|---|---|---|
| committer | Krzysztof Parzyszek <kparzysz@codeaurora.org> | 2015-04-23 20:57:39 +0000 |
| commit | ed75e7aecea674529b2d4400ea19d9ca227e2979 (patch) | |
| tree | 67bd24f075ba80f7c7e535efdf26d143d037eebf /llvm/lib/Target/Hexagon/HexagonFrameLowering.cpp | |
| parent | 27ba19a17755c92761ccdca41cb51c1f9ba96a4a (diff) | |
| download | bcm5719-llvm-ed75e7aecea674529b2d4400ea19d9ca227e2979.tar.gz bcm5719-llvm-ed75e7aecea674529b2d4400ea19d9ca227e2979.zip | |
Unbreak build
llvm-svn: 235646
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 84417ae8b24..ee025137dc0 100644 --- a/llvm/lib/Target/Hexagon/HexagonFrameLowering.cpp +++ b/llvm/lib/Target/Hexagon/HexagonFrameLowering.cpp @@ -1006,7 +1006,7 @@ static void dump_registers(BitVector &Regs, const TargetRegisterInfo &TRI) { bool HexagonFrameLowering::assignCalleeSavedSpillSlots(MachineFunction &MF, const TargetRegisterInfo *TRI, std::vector<CalleeSavedInfo> &CSI) const { DEBUG(dbgs() << LLVM_FUNCTION_NAME << " on " - << MF.getFunction().getName() << '\n'); + << MF.getFunction()->getName() << '\n'); MachineFrameInfo *MFI = MF.getFrameInfo(); BitVector SRegs(Hexagon::NUM_TARGET_REGS); |

