Add comment support (#379)
* Add comment support * Don't print empty comments * Add nop instruction * Add test and note * Add FuncWriter trait * Remove comment support * Add write_preamble to FuncWriter * Fix test * Some changes
This commit is contained in:
@@ -74,6 +74,7 @@ pub mod print_errors;
|
||||
pub mod settings;
|
||||
pub mod timing;
|
||||
pub mod verifier;
|
||||
pub mod write;
|
||||
|
||||
pub use entity::packed_option;
|
||||
|
||||
@@ -100,7 +101,6 @@ mod simple_gvn;
|
||||
mod stack_layout;
|
||||
mod topo_order;
|
||||
mod unreachable_code;
|
||||
mod write;
|
||||
|
||||
pub use result::{CodegenError, CodegenResult};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user