diff options
author | Bill Wendling <isanbard@gmail.com> | 2008-11-18 11:01:33 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2008-11-18 11:01:33 +0000 |
commit | 5734450d40fe5546eb98c0d856d73c3321eaf5d2 (patch) | |
tree | 9fec9aa04961d4ea1f2be483c29aee7a57d64efc /lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp | |
parent | 9bef70609cdee0bf7e641a02a56890610a5a7125 (diff) | |
download | external_llvm-5734450d40fe5546eb98c0d856d73c3321eaf5d2.tar.gz external_llvm-5734450d40fe5546eb98c0d856d73c3321eaf5d2.tar.bz2 external_llvm-5734450d40fe5546eb98c0d856d73c3321eaf5d2.zip |
Rename stackprotector_create intrinsic to stackprotector.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@59519 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp')
-rw-r--r-- | lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp b/lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp index 140b856703..c92917d735 100644 --- a/lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp +++ b/lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp @@ -4019,7 +4019,7 @@ SelectionDAGLowering::visitIntrinsicCall(CallInst &I, unsigned Intrinsic) { DAG.setRoot(DAG.getNode(ISD::STACKRESTORE, MVT::Other, getRoot(), Tmp)); return 0; } - case Intrinsic::stackprotector_create: { + case Intrinsic::stackprotector: { // Emit code into the DAG to store the stack guard onto the stack. MachineFunction &MF = DAG.getMachineFunction(); MachineFrameInfo *MFI = MF.getFrameInfo(); |