mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-06 04:09:04 +00:00
Fix a typo in a comment.
llvm-svn: 46507
This commit is contained in:
parent
522401f26e
commit
c1c27c9fda
@ -14,7 +14,7 @@
|
||||
// the instruction, but are never used after the instruction (i.e., they are
|
||||
// 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
|
||||
// each virtual and _register allocatable_ physical register in a function. It
|
||||
// uses the dominance properties of SSA form to efficiently compute live
|
||||
|
Loading…
x
Reference in New Issue
Block a user