Added comment on there being no predefined registers
This commit is contained in:
parent
1070f08aab
commit
6d74e096d8
1 changed files with 2 additions and 0 deletions
|
|
@ -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 {}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue