rust/compiler/rustc_target/src
Tyler Mandry 0327b5dac5
Rollup merge of #79917 - sivadeilra:asm_symbols, r=petrochenkov
Use Symbol for inline asm register class names

This takes care of one "FIXME":
// FIXME: use direct symbol comparison for register class names

Instead of using string literals, this uses Symbol for register
class names.

This is part of work I am doing to improve how Symbol interning works.
2020-12-10 21:33:19 -08:00
..
abi Replace sext() and zext() with single ext() method 2020-11-21 19:22:31 +01:00
asm Use Symbol for inline asm register class names 2020-12-10 13:51:56 -08:00
spec Dogfood 'str_split_once() with compiler/ 2020-12-07 12:48:44 -07:00
lib.rs Dogfood 'str_split_once() with compiler/ 2020-12-07 12:48:44 -07:00