projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b58d6a5
)
Test commit.
author
Michael LeMay
<michael.lemay@intel.com>
Mon, 17 Oct 2016 19:09:19 +0000
(19:09 +0000)
committer
Michael LeMay
<michael.lemay@intel.com>
Mon, 17 Oct 2016 19:09:19 +0000
(19:09 +0000)
llvm-svn: 284411
llvm/lib/CodeGen/SafeStack.cpp
patch
|
blob
|
history
diff --git
a/llvm/lib/CodeGen/SafeStack.cpp
b/llvm/lib/CodeGen/SafeStack.cpp
index
43f7b30
..
2b82df2
100644
(file)
--- 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 pro
r
erly.
+ // not aware of the unsafe stack and won't unwind/restore it pro
p
erly.
// To work around this problem without changing the runtime, we insert
// instrumentation to restore the unsafe stack pointer when necessary.
SmallVector<Instruction *, 4> StackRestorePoints;