From 5734450d40fe5546eb98c0d856d73c3321eaf5d2 Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Tue, 18 Nov 2008 11:01:33 +0000 Subject: Rename stackprotector_create intrinsic to stackprotector. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@59519 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/StackProtector.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/CodeGen/StackProtector.cpp') diff --git a/lib/CodeGen/StackProtector.cpp b/lib/CodeGen/StackProtector.cpp index 8fe6529ef4..5a129c0d9d 100644 --- a/lib/CodeGen/StackProtector.cpp +++ b/lib/CodeGen/StackProtector.cpp @@ -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. -- cgit v1.2.3-18-g5258