From fc70c3e67c2492b3c5cce05e71022866f046a627 Mon Sep 17 00:00:00 2001 From: Alon Zakai Date: Wed, 29 Jan 2025 08:53:08 -0800 Subject: [PATCH] Remove stale TODO in Monomorphize.cpp [NFC] --- src/passes/Monomorphize.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/passes/Monomorphize.cpp b/src/passes/Monomorphize.cpp index f05d42445fa..2459acf1796 100644 --- a/src/passes/Monomorphize.cpp +++ b/src/passes/Monomorphize.cpp @@ -24,7 +24,7 @@ // * If a call provides a more refined type than the function declares for a // parameter. // * If a call provides a constant as a parameter. -// * If a call provides a GC allocation as a parameter. TODO +// * If a call provides a GC allocation as a parameter. // * If a call is dropped. TODO also other stuff on the outside, e.g. eqz? // // We realize the benefit by creating a monomorphized (specialized/refined)