diff options
author | Dan Gohman <djg@cray.com> | 2008-01-29 12:06:33 +0000 |
---|---|---|
committer | Dan Gohman <djg@cray.com> | 2008-01-29 12:06:33 +0000 |
commit | 8a8f234aa84dcac642ebf4564af8950f0c743e63 (patch) | |
tree | b463f4e4d8c6aab4db38243232f0ba091dc6af56 /include | |
parent | 495d2d6980c3372c88ada8e54c272512c2f19626 (diff) | |
download | external_llvm-8a8f234aa84dcac642ebf4564af8950f0c743e63.zip external_llvm-8a8f234aa84dcac642ebf4564af8950f0c743e63.tar.gz external_llvm-8a8f234aa84dcac642ebf4564af8950f0c743e63.tar.bz2 |
Fix a typo in a comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46507 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r-- | include/llvm/CodeGen/LiveVariables.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/LiveVariables.h b/include/llvm/CodeGen/LiveVariables.h index 5c714e3..90b437b 100644 --- a/include/llvm/CodeGen/LiveVariables.h +++ b/include/llvm/CodeGen/LiveVariables.h @@ -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 |