[llvm-commits] [llvm] r40849 - /llvm/trunk/lib/VMCore/ConstantFold.cpp
Reid Spencer
rspencer at reidspencer.com
Sun Aug 5 12:27:01 PDT 2007
Author: reid
Date: Sun Aug 5 14:27:01 2007
New Revision: 40849
URL: http://llvm.org/viewvc/llvm-project?rev=40849&view=rev
Log:
Fix a doxygen directive.
Modified:
llvm/trunk/lib/VMCore/ConstantFold.cpp
Modified: llvm/trunk/lib/VMCore/ConstantFold.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/VMCore/ConstantFold.cpp?rev=40849&r1=40848&r2=40849&view=diff
==============================================================================
--- llvm/trunk/lib/VMCore/ConstantFold.cpp (original)
+++ llvm/trunk/lib/VMCore/ConstantFold.cpp Sun Aug 5 14:27:01 2007
@@ -114,7 +114,7 @@
/// 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
More information about the llvm-commits
mailing list