[llvm-commits] [llvm] r153846 - /llvm/trunk/lib/CodeGen/LiveVariables.cpp
Lang Hames
lhames at gmail.com
Sun Apr 1 12:27:25 PDT 2012
Author: lhames
Date: Sun Apr 1 14:27:25 2012
New Revision: 153846
URL: http://llvm.org/viewvc/llvm-project?rev=153846&view=rev
Log:
Fix typo.
Modified:
llvm/trunk/lib/CodeGen/LiveVariables.cpp
Modified: llvm/trunk/lib/CodeGen/LiveVariables.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/LiveVariables.cpp?rev=153846&r1=153845&r2=153846&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/LiveVariables.cpp (original)
+++ llvm/trunk/lib/CodeGen/LiveVariables.cpp Sun Apr 1 14:27:25 2012
@@ -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
More information about the llvm-commits
mailing list