mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-09 01:38:03 +00:00
Fix header comment
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154372 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
3fd9b84223
commit
aec111a06b
@ -116,8 +116,8 @@ namespace llvm {
|
||||
// List of super-registers in topological order, small to large.
|
||||
typedef std::vector<const CodeGenRegister*> SuperRegList;
|
||||
|
||||
// Get the list of super-registers.
|
||||
// This is only valid after computeDerivedInfo has visited all registers.
|
||||
// Get the list of super-registers. This is valid after getSubReg
|
||||
// visits all registers during RegBank construction.
|
||||
const SuperRegList &getSuperRegs() const {
|
||||
assert(SubRegsComplete && "Must precompute sub-registers");
|
||||
return SuperRegs;
|
||||
|
Loading…
x
Reference in New Issue
Block a user