[llvm] [CodeGen] Port `IndirectBrExpand` to new pass manager (PR #75287)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 12 22:40:36 PST 2023
================
@@ -1,4 +1,5 @@
-//===- IndirectBrExpandPass.cpp - Expand indirectbr to switch -------------===//
+//===- IndirectBrExpandLegacyPass.cpp - Expand indirectbr to switch
+//-------------===//
----------------
arsenm wrote:
Fix comment line break
https://github.com/llvm/llvm-project/pull/75287
More information about the llvm-commits
mailing list