Skip to content

Commit

Permalink
fixup! Add initial debugging instrumentation to tree_heap
Browse files Browse the repository at this point in the history
  • Loading branch information
Clark Barrett committed Nov 8, 2019
1 parent 2600040 commit 0257290
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions language/stackless-bytecode/tree_heap/src/main.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright (c) The Libra Core Contributors
// SPDX-License-Identifier: Apache-2.0

use bytecode_source_map::source_map::SourceMap;
use bytecode_verifier::VerifiedModule;
use ir_to_bytecode::{compiler::compile_module, parser::ast::Loc, parser::parse_module};
Expand Down
3 changes: 3 additions & 0 deletions language/stackless-bytecode/tree_heap/src/translator.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright (c) The Libra Core Contributors
// SPDX-License-Identifier: Apache-2.0

//! This module translates the bytecode of a module to Boogie code.

use bytecode_source_map::source_map::{ModuleSourceMap, SourceMap};
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright (c) The Libra Core Contributors
// SPDX-License-Identifier: Apache-2.0

use bytecode_source_map::source_map::SourceMap;
use bytecode_verifier::VerifiedModule;
use ir_to_bytecode::{compiler::compile_module, parser::ast::Loc, parser::parse_module};
Expand Down

0 comments on commit 0257290

Please sign in to comment.