diff options
author | Lang Hames <lhames@gmail.com> | 2012-04-01 19:27:25 +0000 |
---|---|---|
committer | Lang Hames <lhames@gmail.com> | 2012-04-01 19:27:25 +0000 |
commit | 652f21274f5ee69d8d8ad35700b1546e472ebbd5 (patch) | |
tree | 94801e51ba053218e9d7926ada37b6f2f892a07a /llvm/lib/CodeGen/LiveVariables.cpp | |
parent | 88ed4e3b15fa7e3a1df8273b8e258e7d300ae5e3 (diff) | |
download | bcm5719-llvm-652f21274f5ee69d8d8ad35700b1546e472ebbd5.tar.gz bcm5719-llvm-652f21274f5ee69d8d8ad35700b1546e472ebbd5.zip |
Fix typo.
llvm-svn: 153846
Diffstat (limited to 'llvm/lib/CodeGen/LiveVariables.cpp')
-rw-r--r-- | llvm/lib/CodeGen/LiveVariables.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/LiveVariables.cpp b/llvm/lib/CodeGen/LiveVariables.cpp index 48e1e4cdad1..5a0d97d132d 100644 --- a/llvm/lib/CodeGen/LiveVariables.cpp +++ b/llvm/lib/CodeGen/LiveVariables.cpp @@ -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 |