From: Craig Topper Date: Wed, 5 Feb 2014 07:21:07 +0000 (+0000) Subject: Fix a doxygen comment referencing the wrong method name. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=7583b60306f5e7330a6548f3c4564cb5c8912815;p=oota-llvm.git Fix a doxygen comment referencing the wrong method name. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@200825 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/utils/TableGen/CodeGenTarget.cpp b/utils/TableGen/CodeGenTarget.cpp index 95d9f82b060..b8d5e2d30f6 100644 --- a/utils/TableGen/CodeGenTarget.cpp +++ b/utils/TableGen/CodeGenTarget.cpp @@ -299,8 +299,8 @@ struct SortInstByName { }; } -/// getInstructionsByEnumValue - Return all of the instructions defined by the -/// target, ordered by their enum value. +/// \brief Return all of the instructions defined by the target, ordered by +/// their enum value. void CodeGenTarget::ComputeInstrsByEnum() const { // The ordering here must match the ordering in TargetOpcodes.h. static const char *const FixedInstrs[] = {