summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target
diff options
context:
space:
mode:
authorArnold Schwaighofer <aschwaighofer@apple.com>2015-05-09 00:10:25 +0000
committerArnold Schwaighofer <aschwaighofer@apple.com>2015-05-09 00:10:25 +0000
commitdc2711446e877d0baea32f2663bb9b4602358c0e (patch)
tree8187412f9322a59f016077b2bc97d4d3061efd1d /llvm/lib/Target
parent17ec3a51c3344d0664981414ca3665e81b4c6aad (diff)
downloadbcm5719-llvm-dc2711446e877d0baea32f2663bb9b4602358c0e.tar.gz
bcm5719-llvm-dc2711446e877d0baea32f2663bb9b4602358c0e.zip
Fix compile error
llvm-svn: 236921
Diffstat (limited to 'llvm/lib/Target')
-rw-r--r--llvm/lib/Target/PowerPC/PPCISelLowering.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/PowerPC/PPCISelLowering.cpp b/llvm/lib/Target/PowerPC/PPCISelLowering.cpp
index 8da10f69ff6..3ff77fc0161 100644
--- a/llvm/lib/Target/PowerPC/PPCISelLowering.cpp
+++ b/llvm/lib/Target/PowerPC/PPCISelLowering.cpp
@@ -4215,7 +4215,7 @@ PPCTargetLowering::FinishCall(CallingConv::ID CallConv, SDLoc dl,
isa<ConstantSDNode>(Callee)) &&
"Expecting an global address, external symbol, absolute value or register");
- MF.getFrameInfo()->setHasTailCall();
+ DAG.getMachineFunction().getFrameInfo()->setHasTailCall();
return DAG.getNode(PPCISD::TC_RETURN, dl, MVT::Other, Ops);
}
OpenPOWER on IntegriCloud