mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-21 02:24:22 +00:00
Drive-by fix for a doxygen comment in MachineInstr.h.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188467 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -397,8 +397,8 @@ public:
|
|||||||
return isBranch(Type) & isBarrier(Type) & !isIndirectBranch(Type);
|
return isBranch(Type) & isBarrier(Type) & !isIndirectBranch(Type);
|
||||||
}
|
}
|
||||||
|
|
||||||
// isPredicable - Return true if this instruction has a predicate operand that
|
/// Return true if this instruction has a predicate operand that
|
||||||
// controls execution. It may be set to 'always', or may be set to other
|
/// 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
|
/// values. There are various methods in TargetInstrInfo that can be used to
|
||||||
/// control and modify the predicate in this instruction.
|
/// control and modify the predicate in this instruction.
|
||||||
bool isPredicable(QueryType Type = AllInBundle) const {
|
bool isPredicable(QueryType Type = AllInBundle) const {
|
||||||
|
Reference in New Issue
Block a user