mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2026-04-20 16:17:38 +00:00
Remove the IA-64 backend.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76920 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -1380,9 +1380,9 @@ bool RegMapping_Fer::compatible_class(MachineFunction &mf,
|
||||
for <tt>RegisterClass</tt>, the last parameter of which is a list of
|
||||
registers. Just commenting some out is one simple way to avoid them being
|
||||
used. A more polite way is to explicitly exclude some registers from
|
||||
the <i>allocation order</i>. See the definition of the <tt>GR</tt> register
|
||||
class in <tt>lib/Target/IA64/IA64RegisterInfo.td</tt> for an example of this
|
||||
(e.g., <tt>numReservedRegs</tt> registers are hidden.)</p>
|
||||
the <i>allocation order</i>. See the definition of the <tt>GR8</tt> register
|
||||
class in <tt>lib/Target/X86/X86RegisterInfo.td</tt> for an example of this.
|
||||
</p>
|
||||
|
||||
<p>Virtual registers are also denoted by integer numbers. Contrary to physical
|
||||
registers, different virtual registers never share the same number. The
|
||||
|
||||
Reference in New Issue
Block a user