From: Reid Spencer Date: Sun, 5 Aug 2007 19:27:01 +0000 (+0000) Subject: Fix a doxygen directive. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=daa10a46b2e94e95b3f479cc24ecbbd33fe94c87;p=oota-llvm.git Fix a doxygen directive. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40849 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/VMCore/ConstantFold.cpp b/lib/VMCore/ConstantFold.cpp index da4efcdaade..a7662fd6a25 100644 --- a/lib/VMCore/ConstantFold.cpp +++ b/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