summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SafeStack.cpp
diff options
context:
space:
mode:
authorMichael LeMay <michael.lemay@intel.com>2016-10-17 19:09:19 +0000
committerMichael LeMay <michael.lemay@intel.com>2016-10-17 19:09:19 +0000
commit14153552fdef97232551b72dfb28df01c2620394 (patch)
treefdac77f73c57e2ae58240786a86cec5232e74ebe /llvm/lib/CodeGen/SafeStack.cpp
parentb58d6a5655574a5bbb61833c61cd867b42a9c14b (diff)
downloadbcm5719-llvm-14153552fdef97232551b72dfb28df01c2620394.tar.gz
bcm5719-llvm-14153552fdef97232551b72dfb28df01c2620394.zip
Test commit.
llvm-svn: 284411
Diffstat (limited to 'llvm/lib/CodeGen/SafeStack.cpp')
-rw-r--r--llvm/lib/CodeGen/SafeStack.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/SafeStack.cpp b/llvm/lib/CodeGen/SafeStack.cpp
index 43f7b301a08..2b82df293c1 100644
--- a/llvm/lib/CodeGen/SafeStack.cpp
+++ b/llvm/lib/CodeGen/SafeStack.cpp
@@ -714,7 +714,7 @@ bool SafeStack::runOnFunction(Function &F) {
// Collect all points where stack gets unwound and needs to be restored
// This is only necessary because the runtime (setjmp and unwind code) is
- // not aware of the unsafe stack and won't unwind/restore it prorerly.
+ // not aware of the unsafe stack and won't unwind/restore it properly.
// To work around this problem without changing the runtime, we insert
// instrumentation to restore the unsafe stack pointer when necessary.
SmallVector<Instruction *, 4> StackRestorePoints;
OpenPOWER on IntegriCloud