Added comment on there being no predefined registers

This commit is contained in:
Michal Sudwoj 2020-05-22 18:16:57 +02:00
parent 1070f08aab
commit 6d74e096d8

View file

@ -43,5 +43,7 @@ impl NvptxInlineAsmRegClass {
}
def_regs! {
// Registers in PTX are declared in the assembly.
// There are no predefined registers that one can use.
Nvptx NvptxInlineAsmReg NvptxInlineAsmRegClass {}
}