mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-16 12:24:03 +00:00
Rename stackprotector_create intrinsic to stackprotector.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@59519 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -159,7 +159,7 @@ bool StackProtector::InsertStackProtectors() {
|
||||
|
||||
Value *Args[] = { LI, AI };
|
||||
CallInst::
|
||||
Create(Intrinsic::getDeclaration(M, Intrinsic::stackprotector_create),
|
||||
Create(Intrinsic::getDeclaration(M, Intrinsic::stackprotector),
|
||||
&Args[0], array_endof(Args), "", InsPt);
|
||||
|
||||
// Create the basic block to jump to when the guard check fails.
|
||||
|
Reference in New Issue
Block a user