Fix a doxygen directive.

llvm-svn: 40849
This commit is contained in:
Reid Spencer 2007-08-05 19:27:01 +00:00
parent b1888e73ad
commit 05d55b396c
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ static Constant *CastConstantVector(ConstantVector *CV,
/// This function determines which opcode to use to fold two constant cast
/// expressions together. It uses CastInst::isEliminableCastPair to determine
/// the opcode. Consequently its just a wrapper around that function.
/// @Determine if it is valid to fold a cast of a cast
/// @brief Determine if it is valid to fold a cast of a cast
static unsigned
foldConstantCastPair(
unsigned opc, ///< opcode of the second cast constant expression