Fix a bunch of -Wdocumentation warnings.
[oota-llvm.git] / include / llvm / InstrTypes.h
index 2529f24fe991199f00faae4db14ad9d4001fe86b..6291a6d9884a98b7396b79947a27804246442d11 100644 (file)
@@ -581,8 +581,8 @@ public:
 
   /// Determine how a pair of casts can be eliminated, if they can be at all.
   /// This is a helper function for both CastInst and ConstantExpr.
-  /// @returns 0 if the CastInst pair can't be eliminated
-  /// @returns Instruction::CastOps value for a cast that can replace
+  /// @returns 0 if the CastInst pair can't be eliminated, otherwise
+  /// returns Instruction::CastOps value for a cast that can replace
   /// the pair, casting SrcTy to DstTy.
   /// @brief Determine if a cast pair is eliminable
   static unsigned isEliminableCastPair(