summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/StackProtector.cpp
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2008-11-18 11:01:33 +0000
committerBill Wendling <isanbard@gmail.com>2008-11-18 11:01:33 +0000
commit13020d22da26c1f14f2d91ba5859b81384950c15 (patch)
treeeeeb1ce33a26827bcd83e7500204704dadb015b0 /llvm/lib/CodeGen/StackProtector.cpp
parentcf194e9a27eb8ff3f44a5e2339bb4e67514408e9 (diff)
downloadbcm5719-llvm-13020d22da26c1f14f2d91ba5859b81384950c15.tar.gz
bcm5719-llvm-13020d22da26c1f14f2d91ba5859b81384950c15.zip
Rename stackprotector_create intrinsic to stackprotector.
llvm-svn: 59519
Diffstat (limited to 'llvm/lib/CodeGen/StackProtector.cpp')
-rw-r--r--llvm/lib/CodeGen/StackProtector.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/StackProtector.cpp b/llvm/lib/CodeGen/StackProtector.cpp
index 8fe6529ef44..5a129c0d9d1 100644
--- a/llvm/lib/CodeGen/StackProtector.cpp
+++ b/llvm/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.
OpenPOWER on IntegriCloud