diff options
| author | Marijn Haverbeke <marijnh@gmail.com> | 2012-02-07 14:37:10 +0100 |
|---|---|---|
| committer | Marijn Haverbeke <marijnh@gmail.com> | 2012-02-07 14:37:10 +0100 |
| commit | 47143ee24a135ee2a82864c9ff892fafe5cd262d (patch) | |
| tree | 70a103ed25a5b4f3bc1bc199d4f01b5fae1daf83 /src/comp/back | |
| parent | b28a5552e3e822063499c8fb7c6c0be6bb881863 (diff) | |
| download | rust-47143ee24a135ee2a82864c9ff892fafe5cd262d.tar.gz rust-47143ee24a135ee2a82864c9ff892fafe5cd262d.zip | |
Stop storing cmp glue in tydescs
There's no such thing anymore, we can simply call upcalls.cmp_type.
Diffstat (limited to 'src/comp/back')
| -rw-r--r-- | src/comp/back/abi.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
