Skip to content

Commit

Permalink
LLVM bump (#7103)
Browse files Browse the repository at this point in the history
  • Loading branch information
debs-sifive authored May 29, 2024
1 parent 11fc8ab commit 21269d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/Dialect/FIRRTL/FIRRTLOps.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ Flow firrtl::swapFlow(Flow flow) {
llvm_unreachable("Unsupported Flow type.");
}

constexpr const char *toString(Flow flow) {
const char *toString(Flow flow) {
switch (flow) {
case Flow::None:
return "no flow";
Expand Down
2 changes: 1 addition & 1 deletion llvm
Submodule llvm updated 3424 files

0 comments on commit 21269d5

Please sign in to comment.