From 7583b60306f5e7330a6548f3c4564cb5c8912815 Mon Sep 17 00:00:00 2001 From: Craig Topper Date: Wed, 5 Feb 2014 07:21:07 +0000 Subject: [PATCH] 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 --- utils/TableGen/CodeGenTarget.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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[] = { -- 2.34.1