[llvm] r200825 - Fix a doxygen comment referencing the wrong method name.
Craig Topper
craig.topper at gmail.com
Tue Feb 4 23:21:07 PST 2014
Author: ctopper
Date: Wed Feb 5 01:21:07 2014
New Revision: 200825
URL: http://llvm.org/viewvc/llvm-project?rev=200825&view=rev
Log:
Fix a doxygen comment referencing the wrong method name.
Modified:
llvm/trunk/utils/TableGen/CodeGenTarget.cpp
Modified: llvm/trunk/utils/TableGen/CodeGenTarget.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/utils/TableGen/CodeGenTarget.cpp?rev=200825&r1=200824&r2=200825&view=diff
==============================================================================
--- llvm/trunk/utils/TableGen/CodeGenTarget.cpp (original)
+++ llvm/trunk/utils/TableGen/CodeGenTarget.cpp Wed Feb 5 01:21:07 2014
@@ -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[] = {
More information about the llvm-commits
mailing list