Rename the 'cretonne' crate to 'cretonne-codegen'.
This fixes the next part of #287.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
//! The `cat` subtest.
|
||||
|
||||
use cretonne::ir::Function;
|
||||
use cretonne_codegen::ir::Function;
|
||||
use cretonne_reader::TestCommand;
|
||||
use std::borrow::Cow;
|
||||
use subtest::{self, Context, Result as STResult, SubTest};
|
||||
|
||||
Reference in New Issue
Block a user