summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Hexagon/HexagonFrameLowering.cpp
diff options
context:
space:
mode:
authorReid Kleckner <rnk@google.com>2016-10-20 00:22:23 +0000
committerReid Kleckner <rnk@google.com>2016-10-20 00:22:23 +0000
commit40d7230f2fd3d15b14b15a8689d1b8b1b7205d70 (patch)
treed7a1798e001ca4af7d8a065c8d7a879140ee1648 /llvm/lib/Target/Hexagon/HexagonFrameLowering.cpp
parent2918d0b4b25d71d8d4b4cae9ce3721f1d147f43f (diff)
downloadbcm5719-llvm-40d7230f2fd3d15b14b15a8689d1b8b1b7205d70.tar.gz
bcm5719-llvm-40d7230f2fd3d15b14b15a8689d1b8b1b7205d70.zip
Use __func__ directly now that all supported compilers support it
Remove the portability macro now that it is unused. llvm-svn: 284681
Diffstat (limited to 'llvm/lib/Target/Hexagon/HexagonFrameLowering.cpp')
-rw-r--r--llvm/lib/Target/Hexagon/HexagonFrameLowering.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/Hexagon/HexagonFrameLowering.cpp b/llvm/lib/Target/Hexagon/HexagonFrameLowering.cpp
index 88a9e266f3e..f6705044439 100644
--- a/llvm/lib/Target/Hexagon/HexagonFrameLowering.cpp
+++ b/llvm/lib/Target/Hexagon/HexagonFrameLowering.cpp
@@ -1315,7 +1315,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 "
+ DEBUG(dbgs() << __func__ << " on "
<< MF.getFunction()->getName() << '\n');
MachineFrameInfo &MFI = MF.getFrameInfo();
BitVector SRegs(Hexagon::NUM_TARGET_REGS);
OpenPOWER on IntegriCloud