Fix comment.
authorLang Hames <lhames@gmail.com>
Sun, 7 May 2017 03:54:53 +0000 (03:54 +0000)
committerLang Hames <lhames@gmail.com>
Sun, 7 May 2017 03:54:53 +0000 (03:54 +0000)
llvm-svn: 302366

llvm/include/llvm/CodeGen/MachineModuleInfo.h

index 182d23e..f46ef41 100644 (file)
@@ -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.