From 05d55b396cb2a7751b64338125460249e659a45b Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Sun, 5 Aug 2007 19:27:01 +0000 Subject: [PATCH] Fix a doxygen directive. llvm-svn: 40849 --- llvm/lib/VMCore/ConstantFold.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/lib/VMCore/ConstantFold.cpp b/llvm/lib/VMCore/ConstantFold.cpp index da4efcdaadea..a7662fd6a25e 100644 --- a/llvm/lib/VMCore/ConstantFold.cpp +++ b/llvm/lib/VMCore/ConstantFold.cpp @@ -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