Fix typo.
authorLang Hames <lhames@gmail.com>
Sun, 1 Apr 2012 19:27:25 +0000 (19:27 +0000)
committerLang Hames <lhames@gmail.com>
Sun, 1 Apr 2012 19:27:25 +0000 (19:27 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153846 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/LiveVariables.cpp

index 48e1e4cdad1dc1844ae401a524f119e5c9b83dc7..5a0d97d132dd4883ed6fa14c2b39f7dcded537f6 100644 (file)
@@ -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