From: Krzysztof Parzyszek Date: Thu, 23 Apr 2015 20:57:39 +0000 (+0000) Subject: Unbreak build X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=9ed816ae52d7435a7894ff79dc4118127782c0a7;p=oota-llvm.git Unbreak build git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@235646 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/Hexagon/HexagonFrameLowering.cpp b/lib/Target/Hexagon/HexagonFrameLowering.cpp index 84417ae8b24..ee025137dc0 100644 --- a/lib/Target/Hexagon/HexagonFrameLowering.cpp +++ b/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 &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);