diff options
author | Craig Topper <craig.topper@gmail.com> | 2014-02-05 07:21:07 +0000 |
---|---|---|
committer | Craig Topper <craig.topper@gmail.com> | 2014-02-05 07:21:07 +0000 |
commit | 1129d452cd5d165b3d437385b6df8bc332a7ec53 (patch) | |
tree | 2a83b468f3424c4ea4cddc89724e757a9f641e3d /llvm/utils/TableGen/CodeGenTarget.cpp | |
parent | 7ee163842fca42eb7d3c28d36b1cb5d4386dc35c (diff) | |
download | bcm5719-llvm-1129d452cd5d165b3d437385b6df8bc332a7ec53.tar.gz bcm5719-llvm-1129d452cd5d165b3d437385b6df8bc332a7ec53.zip |
Fix a doxygen comment referencing the wrong method name.
llvm-svn: 200825
Diffstat (limited to 'llvm/utils/TableGen/CodeGenTarget.cpp')
-rw-r--r-- | llvm/utils/TableGen/CodeGenTarget.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/utils/TableGen/CodeGenTarget.cpp b/llvm/utils/TableGen/CodeGenTarget.cpp index 95d9f82b060..b8d5e2d30f6 100644 --- a/llvm/utils/TableGen/CodeGenTarget.cpp +++ b/llvm/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[] = { |