Implement EntityRef for most of the entities module.

The only exception is Value which has two dimensions.
This commit is contained in:
Jakob Stoklund Olesen
2016-07-15 15:31:13 -07:00
parent 191c607bf9
commit 99464bc29d
4 changed files with 30 additions and 18 deletions

View File

@@ -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::*;