aboutsummaryrefslogtreecommitdiffstats
path: root/utils
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
commit906bc368bc0fe18682edc0743ada41f62e436383 (patch)
tree1f46121e14706a1e1f15b048b9e02b17d9b652ea /utils
parent47c90a70bafafeb8c9d27d3528f69bed57ea028e (diff)
downloadexternal_llvm-906bc368bc0fe18682edc0743ada41f62e436383.zip
external_llvm-906bc368bc0fe18682edc0743ada41f62e436383.tar.gz
external_llvm-906bc368bc0fe18682edc0743ada41f62e436383.tar.bz2
Tidy comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@123933 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils')
-rw-r--r--utils/TableGen/AsmMatcherEmitter.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/TableGen/AsmMatcherEmitter.cpp b/utils/TableGen/AsmMatcherEmitter.cpp
index 78840fe..b9031b1 100644
--- a/utils/TableGen/AsmMatcherEmitter.cpp
+++ b/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.