Fix a doxygen comment referencing the wrong method name.
authorCraig Topper <craig.topper@gmail.com>
Wed, 5 Feb 2014 07:21:07 +0000 (07:21 +0000)
committerCraig Topper <craig.topper@gmail.com>
Wed, 5 Feb 2014 07:21:07 +0000 (07:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@200825 91177308-0d34-0410-b5e6-96231b3b80d8

utils/TableGen/CodeGenTarget.cpp

index 95d9f82b060b201a9e4d32da9131f36c36a33720..b8d5e2d30f6741355ce973f7042c9fa020aed57d 100644 (file)
@@ -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[] = {