From 47143ee24a135ee2a82864c9ff892fafe5cd262d Mon Sep 17 00:00:00 2001 From: Marijn Haverbeke Date: Tue, 7 Feb 2012 14:37:10 +0100 Subject: Stop storing cmp glue in tydescs There's no such thing anymore, we can simply call upcalls.cmp_type. --- src/comp/back/abi.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/comp/back') diff --git a/src/comp/back/abi.rs b/src/comp/back/abi.rs index a5670a03fa9..c02960deb00 100644 --- a/src/comp/back/abi.rs +++ b/src/comp/back/abi.rs @@ -44,7 +44,7 @@ const tydesc_field_unused: int = 6; const tydesc_field_sever_glue: int = 7; const tydesc_field_mark_glue: int = 8; const tydesc_field_unused2: int = 9; -const tydesc_field_cmp_glue: int = 10; +const tydesc_field_unused_2: int = 10; const tydesc_field_shape: int = 11; const tydesc_field_shape_tables: int = 12; const tydesc_field_n_params: int = 13; -- cgit 1.4.1-3-g733a5