summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@apple.com>2011-01-20 18:38:07 +0000
committerBob Wilson <bob.wilson@apple.com>2011-01-20 18:38:07 +0000
commit266d2ba124f39adf6ec41373d1f0da54e822a0fa (patch)
treee1f5f15a89be759678b5d847d8c4c4e3a9806092 /llvm
parent81aafcc374edc3d9f5764e7004e8dd682aaec7f4 (diff)
downloadbcm5719-llvm-266d2ba124f39adf6ec41373d1f0da54e822a0fa.tar.gz
bcm5719-llvm-266d2ba124f39adf6ec41373d1f0da54e822a0fa.zip
Tidy comment.
llvm-svn: 123933
Diffstat (limited to 'llvm')
-rw-r--r--llvm/utils/TableGen/AsmMatcherEmitter.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/utils/TableGen/AsmMatcherEmitter.cpp b/llvm/utils/TableGen/AsmMatcherEmitter.cpp
index 78840fec38b..b9031b1561c 100644
--- a/llvm/utils/TableGen/AsmMatcherEmitter.cpp
+++ b/llvm/utils/TableGen/AsmMatcherEmitter.cpp
@@ -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.
OpenPOWER on IntegriCloud