Skip to content

Commit

Permalink
fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
thanhnguyen-aws committed Jan 11, 2025
1 parent d396b4c commit 109e884
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions kani-compiler/src/codegen_aeneas_llbc/compiler_interface.rs
Original file line number Diff line number Diff line change
Expand Up @@ -153,11 +153,6 @@ impl LlbcCodegenBackend {

// # Go from ULLBC to LLBC (Low-Level Borrow Calculus) by reconstructing
// the control flow.
//let ullbc_to_llbc = charon_lib::ullbc_to_llbc::Transform {};
//ullbc_to_llbc.transform_ctx(&mut ccx);

trace!("# LLBC resulting from control-flow reconstruction:\n\n{}\n", ccx);

// Run the micro-passes that clean up bodies.
for pass in charon_lib::transform::LLBC_PASSES.iter() {
pass.run(&mut ccx)
Expand Down

0 comments on commit 109e884

Please sign in to comment.