summaryrefslogtreecommitdiff
path: root/lib/CodeGen/LiveVariables.cpp
diff options
context:
space:
mode:
authorLang Hames <lhames@gmail.com>2012-04-01 19:27:25 +0000
committerLang Hames <lhames@gmail.com>2012-04-01 19:27:25 +0000
commit16d6eae08209251a31dae638908c79bd39620c91 (patch)
tree8b547b901500c07741a583fa67b7d7a5b7050583 /lib/CodeGen/LiveVariables.cpp
parent3f31d492a5d0fadf11290e8453f8c519a89b1302 (diff)
downloadllvm-16d6eae08209251a31dae638908c79bd39620c91.tar.gz
llvm-16d6eae08209251a31dae638908c79bd39620c91.tar.bz2
llvm-16d6eae08209251a31dae638908c79bd39620c91.tar.xz
Fix typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153846 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/LiveVariables.cpp')
-rw-r--r--lib/CodeGen/LiveVariables.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/LiveVariables.cpp b/lib/CodeGen/LiveVariables.cpp
index 48e1e4cdad..5a0d97d132 100644
--- a/lib/CodeGen/LiveVariables.cpp
+++ b/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