Skip to content

Commit

Permalink
[RISCV] Adjust some comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
Shao-Ce SUN committed Feb 1, 2022
1 parent e9cba78 commit a2a7fc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions llvm/lib/Support/RISCVISAInfo.cpp
Expand Up @@ -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}},
Expand Down
2 changes: 1 addition & 1 deletion llvm/lib/Target/RISCV/RISCVInstrInfoZk.td
@@ -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.
Expand Down

0 comments on commit a2a7fc7

Please sign in to comment.