[llvm] r302366 - Fix comment.

Lang Hames via llvm-commits llvm-commits at lists.llvm.org
Sat May 6 20:54:53 PDT 2017


Author: lhames
Date: Sat May  6 22:54:53 2017
New Revision: 302366

URL: http://llvm.org/viewvc/llvm-project?rev=302366&view=rev
Log:
Fix comment.

Modified:
    llvm/trunk/include/llvm/CodeGen/MachineModuleInfo.h

Modified: llvm/trunk/include/llvm/CodeGen/MachineModuleInfo.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/CodeGen/MachineModuleInfo.h?rev=302366&r1=302365&r2=302366&view=diff
==============================================================================
--- llvm/trunk/include/llvm/CodeGen/MachineModuleInfo.h (original)
+++ llvm/trunk/include/llvm/CodeGen/MachineModuleInfo.h Sat May  6 22:54:53 2017
@@ -116,7 +116,7 @@ class MachineModuleInfo : public Immutab
 
   // 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.
 




More information about the llvm-commits mailing list