aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore/ConstantFold.cpp
diff options
context:
space:
mode:
authorReid Spencer <reid@x10sys.com>2007-08-05 19:27:01 +0000
committerReid Spencer <reid@x10sys.com>2007-08-05 19:27:01 +0000
commitc5b8629c85d3b4622685f8d1ab2c79c82c6e7705 (patch)
treea9918d5bf6533b08a0276d9843ea88270b9c8b81 /lib/VMCore/ConstantFold.cpp
parent4ab00bd6410456bd2f368cdba2550a554fa49af3 (diff)
downloadexternal_llvm-c5b8629c85d3b4622685f8d1ab2c79c82c6e7705.tar.gz
external_llvm-c5b8629c85d3b4622685f8d1ab2c79c82c6e7705.tar.bz2
external_llvm-c5b8629c85d3b4622685f8d1ab2c79c82c6e7705.zip
Fix a doxygen directive.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40849 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/VMCore/ConstantFold.cpp')
-rw-r--r--lib/VMCore/ConstantFold.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/VMCore/ConstantFold.cpp b/lib/VMCore/ConstantFold.cpp
index da4efcdaad..a7662fd6a2 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