Tidy comment.
authorBob Wilson <bob.wilson@apple.com>
Thu, 20 Jan 2011 18:38:07 +0000 (18:38 +0000)
committerBob Wilson <bob.wilson@apple.com>
Thu, 20 Jan 2011 18:38:07 +0000 (18:38 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@123933 91177308-0d34-0410-b5e6-96231b3b80d8

utils/TableGen/AsmMatcherEmitter.cpp

index 78840fec38bbc56dcb783162607ed59b8c1b31ab..b9031b1561c8c224e5324c98a63f58e6b55604f3 100644 (file)
@@ -707,8 +707,8 @@ bool MatchableInfo::Validate(StringRef CommentDelimiter, bool Hack) const {
                   "mark it isCodeGenOnly");
   
   // Reject matchables with operand modifiers, these aren't something we can
-  /// handle, the target should be refactored to use operands instead of
-  /// modifiers.
+  // handle, the target should be refactored to use operands instead of
+  // modifiers.
   //
   // Also, check for instructions which reference the operand multiple times;
   // this implies a constraint we would not honor.