Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Adapted PR to changes in master
Browse files Browse the repository at this point in the history
  • Loading branch information
denismerigoux committed Aug 7, 2017
1 parent fc18e95 commit 1721584
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/cretonne/src/loop_analysis.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
use dominator_tree::DominatorTree;
use entity_map::{EntityMap, PrimaryEntityData, Keys};
use flowgraph::ControlFlowGraph;
use ir::{Function, Ebb, Layout, Cursor, InstBuilder, ProgramOrder};
use ir::{Function, Ebb, Layout, Cursor, CursorBase, InstBuilder, ProgramOrder};
use ir::entities::Inst;
use packed_option::PackedOption;
use std::cmp::Ordering;
Expand Down Expand Up @@ -390,7 +390,7 @@ impl LoopAnalysis {
#[cfg(test)]
mod test {

use ir::{Function, InstBuilder, Cursor, CursorBase, types};
use ir::{Function, InstBuilder, Cursor, CursorBase, Ebb, types};
use loop_analysis::{Loop, LoopAnalysis};
use flowgraph::ControlFlowGraph;
use dominator_tree::DominatorTree;
Expand Down

0 comments on commit 1721584

Please sign in to comment.