summaryrefslogtreecommitdiff
path: root/include/llvm/MC/MCInstrDesc.h
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2012-12-19 23:38:44 +0000
committerJim Grosbach <grosbach@apple.com>2012-12-19 23:38:44 +0000
commitdd2fa5195ea2d98b2b4ee18f9894ad674f132a40 (patch)
treedf26de77ebdfd2d4b3af0f2c7f302fc0b2158ead /include/llvm/MC/MCInstrDesc.h
parentf846f16c92590379e900d01812e828e83b759cee (diff)
downloadllvm-dd2fa5195ea2d98b2b4ee18f9894ad674f132a40.tar.gz
llvm-dd2fa5195ea2d98b2b4ee18f9894ad674f132a40.tar.bz2
llvm-dd2fa5195ea2d98b2b4ee18f9894ad674f132a40.tar.xz
Fix doc comment. '///' not '//'.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@170607 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/MC/MCInstrDesc.h')
-rw-r--r--include/llvm/MC/MCInstrDesc.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/llvm/MC/MCInstrDesc.h b/include/llvm/MC/MCInstrDesc.h
index 02383f8bc6..c6165d6ffa 100644
--- a/include/llvm/MC/MCInstrDesc.h
+++ b/include/llvm/MC/MCInstrDesc.h
@@ -258,9 +258,9 @@ public:
return isBranch() & isBarrier() & !isIndirectBranch();
}
- // isPredicable - Return true if this instruction has a predicate operand that
- // controls execution. It may be set to 'always', or may be set to other
- /// values. There are various methods in TargetInstrInfo that can be used to
+ /// isPredicable - Return true if this instruction has a predicate operand
+ /// that controls execution. It may be set to 'always', or may be set to other
+ /// values. There are various methods in TargetInstrInfo that can be used to
/// control and modify the predicate in this instruction.
bool isPredicable() const {
return Flags & (1 << MCID::Predicable);