[RISCV] Adjust some comments.

This commit is contained in:
Shao-Ce SUN 2022-02-01 22:52:24 +08:00
parent e9cba78653
commit a2a7fc7ea5
2 changed files with 2 additions and 1 deletions

View File

@ -770,6 +770,7 @@ struct ImpliedExtsEntry {
bool operator<(StringRef Other) const { return Name < Other; }
};
// Note: The table needs to be sorted by name.
static constexpr ImpliedExtsEntry ImpliedExts[] = {
{{"v"}, {ImpliedExtsV}},
{{"zfh"}, {ImpliedExtsZfh}},

View File

@ -1,4 +1,4 @@
//===- RISCVInstrInfoZk.td - RISC-V Scalar Crypto instructions - tablegen -*===//
//===- RISCVInstrInfoZk.td - RISC-V 'Zk' instructions ------*- tablegen -*-===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.