diff --git a/src/ffi.rs b/src/ffi.rs index 20cec128c..1d1a7f412 100644 --- a/src/ffi.rs +++ b/src/ffi.rs @@ -152,8 +152,8 @@ pub fn module_to_object(module: &Module<'_>, opt_level: OptLevel) -> Result 0, OptLevel::Less => 1, - // slp-vectorizer pass may cause issues, but after the change - // on function attributes it seems to not trigger it anymore. + // slp-vectorizer pass did cause some issues, but after the change + // on function attributes it seems to not trigger them anymore. // https://github.com/llvm/llvm-project/issues/107198 OptLevel::Default => 2, OptLevel::Aggressive => 3,