summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-08-05 19:27:01 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-08-05 19:27:01 +0000
commit05d55b396cb2a7751b64338125460249e659a45b (patch)
treeff7417c2eb416884c60e00290ec7bba8f36e31f1
parentb1888e73ad38606e489953bd62c0c2eebd0d31f6 (diff)
downloadbcm5719-llvm-05d55b396cb2a7751b64338125460249e659a45b.tar.gz
bcm5719-llvm-05d55b396cb2a7751b64338125460249e659a45b.zip
Fix a doxygen directive.
llvm-svn: 40849
-rw-r--r--llvm/lib/VMCore/ConstantFold.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/VMCore/ConstantFold.cpp b/llvm/lib/VMCore/ConstantFold.cpp
index da4efcdaade..a7662fd6a25 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
OpenPOWER on IntegriCloud