diff options
author | Eli Bendersky <eliben@google.com> | 2013-04-05 15:35:12 +0000 |
---|---|---|
committer | Eli Bendersky <eliben@google.com> | 2013-04-05 15:35:12 +0000 |
commit | 732029500ccda392c75024057f875d7b75f6e735 (patch) | |
tree | f472dc105b2f94e2b5fde85f44991faf88859c20 /lib/CodeGen/TargetInfo.cpp | |
parent | dabcbf95483a59f2342b5c29112a8f4f8b8ecf1b (diff) |
Proper prefix for doxygen comments
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@178878 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/TargetInfo.cpp')
-rw-r--r-- | lib/CodeGen/TargetInfo.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/CodeGen/TargetInfo.cpp b/lib/CodeGen/TargetInfo.cpp index 7cc63b7db1..d230a17df1 100644 --- a/lib/CodeGen/TargetInfo.cpp +++ b/lib/CodeGen/TargetInfo.cpp @@ -435,9 +435,9 @@ llvm::Value *PNaClABIInfo::EmitVAArg(llvm::Value *VAListAddr, QualType Ty, return 0; } -// \brief Classify argument of given type \p Ty. \p FreeRegs is the number of -// registers available for passing arguments - it can be updated by this -// method. +/// \brief Classify argument of given type \p Ty. \p FreeRegs is the number of +/// registers available for passing arguments - it can be updated by this +/// method. ABIArgInfo PNaClABIInfo::classifyArgumentType(QualType Ty, unsigned &FreeRegs) const { if (isAggregateTypeForABI(Ty)) { |