[llvm] r179761 - Fix comment spacing.

Chad Rosier mcrosier at apple.com
Thu Apr 18 08:19:45 PDT 2013


Author: mcrosier
Date: Thu Apr 18 10:19:45 2013
New Revision: 179761

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

Modified:
    llvm/trunk/include/llvm/Target/Target.td

Modified: llvm/trunk/include/llvm/Target/Target.td
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Target/Target.td?rev=179761&r1=179760&r2=179761&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Target/Target.td (original)
+++ llvm/trunk/include/llvm/Target/Target.td Thu Apr 18 10:19:45 2013
@@ -790,8 +790,8 @@ class AsmParser {
   // This can be used to perform target specific instruction post-processing.
   string AsmParserInstCleanup  = "";
 
-  //ShouldEmitMatchRegisterName - Set to false if the target needs a hand
-  //written register name matcher
+  // ShouldEmitMatchRegisterName - Set to false if the target needs a hand
+  // written register name matcher
   bit ShouldEmitMatchRegisterName = 1;
 }
 def DefaultAsmParser : AsmParser;





More information about the llvm-commits mailing list