aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen/MachineInstr.h
diff options
context:
space:
mode:
authorJoey Gouly <joey.gouly@arm.com>2013-08-15 16:02:44 +0000
committerJoey Gouly <joey.gouly@arm.com>2013-08-15 16:02:44 +0000
commita370bdb42eaefdb103f971ad2e84c75573d77c68 (patch)
tree81f85ab07c59f495573ba374de1dd8035dddf9b2 /include/llvm/CodeGen/MachineInstr.h
parent428715d4e120e6ef6fc898665607a92f3dd02709 (diff)
downloadexternal_llvm-a370bdb42eaefdb103f971ad2e84c75573d77c68.zip
external_llvm-a370bdb42eaefdb103f971ad2e84c75573d77c68.tar.gz
external_llvm-a370bdb42eaefdb103f971ad2e84c75573d77c68.tar.bz2
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
Diffstat (limited to 'include/llvm/CodeGen/MachineInstr.h')
-rw-r--r--include/llvm/CodeGen/MachineInstr.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/llvm/CodeGen/MachineInstr.h b/include/llvm/CodeGen/MachineInstr.h
index cf5e7e2..e54c5c5 100644
--- a/include/llvm/CodeGen/MachineInstr.h
+++ b/include/llvm/CodeGen/MachineInstr.h
@@ -397,8 +397,8 @@ public:
return isBranch(Type) & isBarrier(Type) & !isIndirectBranch(Type);
}
- // 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
+ /// 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(QueryType Type = AllInBundle) const {