]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - opencl/llvm.git/commitdiff
Drive-by fix for a doxygen comment in MachineInstr.h.
authorJoey Gouly <joey.gouly@arm.com>
Thu, 15 Aug 2013 16:02:44 +0000 (16:02 +0000)
committerJoey Gouly <joey.gouly@arm.com>
Thu, 15 Aug 2013 16:02:44 +0000 (16:02 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188467 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/MachineInstr.h

index cf5e7e25fc90ac66561bdb4cabd10b60586cb7bf..e54c5c5174f14dd59e00364a458ec851e8bb3c70 100644 (file)
@@ -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 {