Fix comment.
authorEli Friedman <eli.friedman@gmail.com>
Mon, 13 Jul 2009 20:58:59 +0000 (20:58 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Mon, 13 Jul 2009 20:58:59 +0000 (20:58 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75499 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Scalar/InstructionCombining.cpp

index 4397540c22f5cc03032352e2dd35db5387afc160..5293ef6c04c11ca4c6bc77dae1df3d5ab7f402b7 100644 (file)
@@ -8263,9 +8263,8 @@ static bool isSafeIntegerType(const Type *Ty) {
   }
 }
 
-/// Only the TRUNC, ZEXT, SEXT. This function implements the common transforms
-/// for all those cases.
-/// @brief Implement the transforms common to CastInst with integer operands
+/// commonIntCastTransforms - This function implements the common transforms
+/// for trunc, zext, and sext.
 Instruction *InstCombiner::commonIntCastTransforms(CastInst &CI) {
   if (Instruction *Result = commonCastTransforms(CI))
     return Result;