Fix comment spacing.
authorChad Rosier <mcrosier@apple.com>
Thu, 18 Apr 2013 15:19:45 +0000 (15:19 +0000)
committerChad Rosier <mcrosier@apple.com>
Thu, 18 Apr 2013 15:19:45 +0000 (15:19 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179761 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Target/Target.td

index deee2eb6debf52e33250f2196a3e3ff5b331833f..cc279026459ab11d90dc49fa587f4b5108d3e24d 100644 (file)
@@ -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;