summaryrefslogtreecommitdiff
path: root/src/passes/pass.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/passes/pass.cpp')
-rw-r--r--src/passes/pass.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/passes/pass.cpp b/src/passes/pass.cpp
index 7f6985e0f..ab95300d0 100644
--- a/src/passes/pass.cpp
+++ b/src/passes/pass.cpp
@@ -273,8 +273,8 @@ void PassRegistry::registerPasses() {
"32-bit one",
createMemory64LoweringPass);
registerPass("table64-lowering",
- "lower 64-bit tables 32-bit ones",
- createTable64LoweringPass);
+ "alias for memory64-lowering",
+ createMemory64LoweringPass);
registerPass("llvm-memory-copy-fill-lowering",
"Lower memory.copy and memory.fill to wasm mvp and disable "
"the bulk-memory feature.",