artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b62aa6
)
Fix typo in last commits comment.
author
mglocker
<mglocker@openbsd.org>
Sat, 8 Jun 2024 16:05:23 +0000
(16:05 +0000)
committer
mglocker
<mglocker@openbsd.org>
Sat, 8 Jun 2024 16:05:23 +0000
(16:05 +0000)
gnu/llvm/llvm/lib/Target/X86/X86RetClean.cpp
patch
|
blob
|
history
diff --git
a/gnu/llvm/llvm/lib/Target/X86/X86RetClean.cpp
b/gnu/llvm/llvm/lib/Target/X86/X86RetClean.cpp
index
4d7e3e3
..
671f4a4
100644
(file)
--- a/
gnu/llvm/llvm/lib/Target/X86/X86RetClean.cpp
+++ b/
gnu/llvm/llvm/lib/Target/X86/X86RetClean.cpp
@@
-96,7
+96,7
@@
bool RetCleanPass::runOnMachineFunction(MachineFunction &MF) {
bool modified = false;
- // I
t
a setjmp-like function is called by this function, we should not clean
+ // I
f
a setjmp-like function is called by this function, we should not clean
if (MF.exposesReturnsTwice())
return false;