mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-07 01:38:26 +00:00
Fixed typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47365 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
61d30a821f
commit
5ec3ab7f67
@ -134,7 +134,7 @@ private: // Intermediate data structures
|
||||
|
||||
// PhysRegInfo - Keep track of which instruction was the last def/use of a
|
||||
// physical register. This is a purely local property, because all physical
|
||||
// register references as presumed dead across basic blocks.
|
||||
// register references are presumed dead across basic blocks.
|
||||
MachineInstr **PhysRegInfo;
|
||||
|
||||
// PhysRegUsed - Keep track of whether the physical register has been used
|
||||
|
Loading…
x
Reference in New Issue
Block a user