[llvm-commits] [llvm] r123933 - /llvm/trunk/utils/TableGen/AsmMatcherEmitter.cpp
Bob Wilson
bob.wilson at apple.com
Thu Jan 20 10:38:07 PST 2011
Author: bwilson
Date: Thu Jan 20 12:38:07 2011
New Revision: 123933
URL: http://llvm.org/viewvc/llvm-project?rev=123933&view=rev
Log:
Tidy comment.
Modified:
llvm/trunk/utils/TableGen/AsmMatcherEmitter.cpp
Modified: llvm/trunk/utils/TableGen/AsmMatcherEmitter.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/utils/TableGen/AsmMatcherEmitter.cpp?rev=123933&r1=123932&r2=123933&view=diff
==============================================================================
--- llvm/trunk/utils/TableGen/AsmMatcherEmitter.cpp (original)
+++ llvm/trunk/utils/TableGen/AsmMatcherEmitter.cpp Thu Jan 20 12:38:07 2011
@@ -707,8 +707,8 @@
"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.
More information about the llvm-commits
mailing list