mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-26 07:34:14 +00:00
Fix a typo in a comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46507 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
1327f69d98
commit
6326b0d0f8
@ -14,7 +14,7 @@
|
|||||||
// the instruction, but are never used after the instruction (i.e., they are
|
// the instruction, but are never used after the instruction (i.e., they are
|
||||||
// killed).
|
// killed).
|
||||||
//
|
//
|
||||||
// This class computes live variables using are sparse implementation based on
|
// This class computes live variables using a sparse implementation based on
|
||||||
// the machine code SSA form. This class computes live variable information for
|
// the machine code SSA form. This class computes live variable information for
|
||||||
// each virtual and _register allocatable_ physical register in a function. It
|
// each virtual and _register allocatable_ physical register in a function. It
|
||||||
// uses the dominance properties of SSA form to efficiently compute live
|
// uses the dominance properties of SSA form to efficiently compute live
|
||||||
|
Loading…
x
Reference in New Issue
Block a user