[llvm] r284411 - Test commit.
Michael LeMay via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 17 12:09:20 PDT 2016
Author: mdlemay
Date: Mon Oct 17 14:09:19 2016
New Revision: 284411
URL: http://llvm.org/viewvc/llvm-project?rev=284411&view=rev
Log:
Test commit.
Modified:
llvm/trunk/lib/CodeGen/SafeStack.cpp
Modified: llvm/trunk/lib/CodeGen/SafeStack.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/SafeStack.cpp?rev=284411&r1=284410&r2=284411&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/SafeStack.cpp (original)
+++ llvm/trunk/lib/CodeGen/SafeStack.cpp Mon Oct 17 14:09:19 2016
@@ -714,7 +714,7 @@ bool SafeStack::runOnFunction(Function &
// 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;
More information about the llvm-commits
mailing list