Implement EntityRef for most of the entities module.
The only exception is Value which has two dimensions.
This commit is contained in:
@@ -95,6 +95,7 @@ impl ControlFlowGraph {
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
use instructions::*;
|
||||
use entity_map::EntityRef;
|
||||
use entities::{Ebb, Inst, NO_VALUE};
|
||||
use repr::Function;
|
||||
use super::*;
|
||||
|
||||
Reference in New Issue
Block a user