Fix a doxygen comment referencing the wrong method name.

llvm-svn: 200825
This commit is contained in:
Craig Topper 2014-02-05 07:21:07 +00:00
parent 7ee163842f
commit 1129d452cd
1 changed files with 2 additions and 2 deletions

View 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[] = {