diff options
author | Joey Gouly <joey.gouly@arm.com> | 2013-08-15 16:02:44 +0000 |
---|---|---|
committer | Joey Gouly <joey.gouly@arm.com> | 2013-08-15 16:02:44 +0000 |
commit | f66198822f315d7bcc82113fa60b4bb03ca6c285 (patch) | |
tree | 17eb15b7d5fe1344e9ea45497212265270f6d2e7 | |
parent | d79f00ba68310dc12b50cc53c9b58a062205f0de (diff) | |
download | bcm5719-llvm-f66198822f315d7bcc82113fa60b4bb03ca6c285.tar.gz bcm5719-llvm-f66198822f315d7bcc82113fa60b4bb03ca6c285.zip |
Drive-by fix for a doxygen comment in MachineInstr.h.
llvm-svn: 188467
-rw-r--r-- | llvm/include/llvm/CodeGen/MachineInstr.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/include/llvm/CodeGen/MachineInstr.h b/llvm/include/llvm/CodeGen/MachineInstr.h index cf5e7e25fc9..e54c5c5174f 100644 --- a/llvm/include/llvm/CodeGen/MachineInstr.h +++ b/llvm/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 { |