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:
4954f7f
)
Fix comment.
author
Lang Hames
<lhames@gmail.com>
Sun, 7 May 2017 03:54:53 +0000
(
03:54
+0000)
committer
Lang Hames
<lhames@gmail.com>
Sun, 7 May 2017 03:54:53 +0000
(
03:54
+0000)
llvm-svn: 302366
llvm/include/llvm/CodeGen/MachineModuleInfo.h
patch
|
blob
|
history
diff --git
a/llvm/include/llvm/CodeGen/MachineModuleInfo.h
b/llvm/include/llvm/CodeGen/MachineModuleInfo.h
index
182d23e
..
f46ef41
100644
(file)
--- a/
llvm/include/llvm/CodeGen/MachineModuleInfo.h
+++ b/
llvm/include/llvm/CodeGen/MachineModuleInfo.h
@@
-116,7
+116,7
@@
class MachineModuleInfo : public ImmutablePass {
// TODO: Ideally, what we'd like is to have a switch that allows emitting
// synchronous (precise at call-sites only) CFA into .eh_frame. However,
- // even under this switch, we'd like .debug_frame to be precise when using
.
+ // even under this switch, we'd like .debug_frame to be precise when using
// -g. At this moment, there's no way to specify that some CFI directives
// go into .eh_frame only, while others go into .debug_frame only.