summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorCraig Topper <craig.topper@gmail.com>2014-02-05 07:21:07 +0000
committerCraig Topper <craig.topper@gmail.com>2014-02-05 07:21:07 +0000
commit7583b60306f5e7330a6548f3c4564cb5c8912815 (patch)
tree21d53cbce74cfef1eec56d23d3f7169e2ae2495b /utils
parent0e8eceffbfd76131117349ff26ce7fd0641614d5 (diff)
downloadllvm-7583b60306f5e7330a6548f3c4564cb5c8912815.tar.gz
llvm-7583b60306f5e7330a6548f3c4564cb5c8912815.tar.bz2
llvm-7583b60306f5e7330a6548f3c4564cb5c8912815.tar.xz
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
Diffstat (limited to 'utils')
-rw-r--r--utils/TableGen/CodeGenTarget.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/TableGen/CodeGenTarget.cpp b/utils/TableGen/CodeGenTarget.cpp
index 95d9f82b06..b8d5e2d30f 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[] = {