mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-29 22:50:47 +00:00
Fix doc comment. '///' not '//'.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@170607 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f846f16c92
commit
dd2fa5195e
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user