Update to log 0.4.4.

This commit is contained in:
Dan Gohman
2018-08-17 12:04:01 -07:00
parent ae1a17f6b3
commit ad170c7412
5 changed files with 6 additions and 6 deletions

View File

@@ -25,8 +25,8 @@ pub mod prelude {
pub use codegen::ir::immediates::{Ieee32, Ieee64, Imm64};
pub use codegen::ir::types;
pub use codegen::ir::{
AbiParam, Ebb, ExtFuncData, GlobalValueData, InstBuilder, JumpTableData, MemFlags,
Signature, StackSlotData, StackSlotKind, TrapCode, Type, Value,
AbiParam, Ebb, ExtFuncData, ExternalName, GlobalValueData, InstBuilder, JumpTableData,
MemFlags, Signature, StackSlotData, StackSlotKind, TrapCode, Type, Value,
};
pub use codegen::isa;
pub use codegen::settings::{self, CallConv, Configurable};