Fix a doxygen directive.
authorReid Spencer <rspencer@reidspencer.com>
Sun, 5 Aug 2007 19:27:01 +0000 (19:27 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Sun, 5 Aug 2007 19:27:01 +0000 (19:27 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40849 91177308-0d34-0410-b5e6-96231b3b80d8

lib/VMCore/ConstantFold.cpp

index da4efcdaadeaa14e72b2b4c673d46b80c5cab3a2..a7662fd6a25e7819ad39a9ad14b7c2449647fcbd 100644 (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