]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc/middle/trans/debuginfo.rs
auto merge of #15160 : alexcrichton/rust/remove-f128, r=brson
[rust.git] / src / librustc / middle / trans / debuginfo.rs
index ba13ab05d7cf6150418fb17d2eb15dc285f611f6..e7895a1bb9a6dbac4932172c4c41af651988dd3e 100644 (file)
@@ -1621,7 +1621,6 @@ fn basic_type_metadata(cx: &CrateContext, t: ty::t) -> DIType {
         ty::ty_float(float_ty) => match float_ty {
             ast::TyF32 => ("f32".to_string(), DW_ATE_float),
             ast::TyF64 => ("f64".to_string(), DW_ATE_float),
-            ast::TyF128 => ("f128".to_string(), DW_ATE_float)
         },
         _ => cx.sess().bug("debuginfo::basic_type_metadata - t is invalid type")
     };