[llvm] r188467 - Drive-by fix for a doxygen comment in MachineInstr.h.

Joey Gouly joey.gouly at arm.com
Thu Aug 15 09:02:44 PDT 2013


Author: joey
Date: Thu Aug 15 11:02:44 2013
New Revision: 188467

URL: http://llvm.org/viewvc/llvm-project?rev=188467&view=rev
Log:
Drive-by fix for a doxygen comment in MachineInstr.h.


Modified:
    llvm/trunk/include/llvm/CodeGen/MachineInstr.h

Modified: llvm/trunk/include/llvm/CodeGen/MachineInstr.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/CodeGen/MachineInstr.h?rev=188467&r1=188466&r2=188467&view=diff
==============================================================================
--- llvm/trunk/include/llvm/CodeGen/MachineInstr.h (original)
+++ llvm/trunk/include/llvm/CodeGen/MachineInstr.h Thu Aug 15 11:02:44 2013
@@ -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 {





More information about the llvm-commits mailing list