mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-22 18:15:07 +03:00
rustc: Emit the shape of "float" as f64, not f32
This commit is contained in:
@@ -243,7 +243,7 @@ fn s_uint(tcx : &ty_ctxt) -> u8 {
|
||||
}
|
||||
|
||||
fn s_float(tcx : &ty_ctxt) -> u8 {
|
||||
ret shape_f32; // TODO: x86-64
|
||||
ret shape_f64; // TODO: x86-64
|
||||
}
|
||||
|
||||
fn mk_ctxt(llmod : ModuleRef) -> ctxt {
|
||||
|
||||
Reference in New Issue
Block a user