forked from OSchip/llvm-project
Fix a doxygen comment referencing the wrong method name.
llvm-svn: 200825
This commit is contained in:
parent
7ee163842f
commit
1129d452cd
|
@ -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[] = {
|
||||
|
|
Loading…
Reference in New Issue