Files
rust/compiler/rustc_codegen_llvm/src
est31 0d1aa1e034 Rename target_pointer_width to pointer_width and turn it into an u32
Rename target_pointer_width to pointer_width because it is already
member of the Target struct.

The compiler supports only three valid values for target_pointer_width:
16, 32, 64. Thus it can safely be turned into an int.
This means less allocations and clones as well as easier handling of the type.
2020-10-15 12:02:23 +02:00
..
2020-08-30 18:45:07 +03:00
2020-10-04 12:01:21 +00:00
2020-09-20 10:16:01 +02:00
2020-08-30 18:45:07 +03:00
2020-09-18 13:11:59 +02:00
2020-08-30 18:45:07 +03:00
2020-08-30 18:45:07 +03:00
2020-09-20 15:13:11 +02:00
2020-09-20 15:13:11 +02:00
2020-08-30 18:45:07 +03:00