From d2b2e16c28da0553c4297c140f6d8edfbca4ff14 Mon Sep 17 00:00:00 2001 From: Violet Date: Thu, 25 Sep 2025 23:12:44 +0000 Subject: [PATCH] cleanup --- ptx/src/pass/llvm/emit.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/ptx/src/pass/llvm/emit.rs b/ptx/src/pass/llvm/emit.rs index 05b9eb7..e94059b 100644 --- a/ptx/src/pass/llvm/emit.rs +++ b/ptx/src/pass/llvm/emit.rs @@ -72,7 +72,6 @@ pub(crate) fn run<'input>( } } if let Err(err) = module.verify() { - eprintln!("{}", module.print_module_to_string().to_str()); panic!("{:?}", err); } Ok(module)