[llvm-commits] [llvm] r46588 - /llvm/trunk/include/llvm/CodeGen/LiveVariables.h

Dan Gohman djg at cray.com
Wed Jan 30 16:44:33 PST 2008


Author: djg
Date: Wed Jan 30 18:44:33 2008
New Revision: 46588

URL: http://llvm.org/viewvc/llvm-project?rev=46588&view=rev
Log:
Fix a typo in a comment.

Modified:
    llvm/trunk/include/llvm/CodeGen/LiveVariables.h

Modified: llvm/trunk/include/llvm/CodeGen/LiveVariables.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/CodeGen/LiveVariables.h?rev=46588&r1=46587&r2=46588&view=diff

==============================================================================
--- llvm/trunk/include/llvm/CodeGen/LiveVariables.h (original)
+++ llvm/trunk/include/llvm/CodeGen/LiveVariables.h Wed Jan 30 18:44:33 2008
@@ -7,7 +7,7 @@
 //
 //===----------------------------------------------------------------------===//
 //
-// This file implements the LiveVariable analysis pass.  For each machine
+// This file implements the LiveVariables analysis pass.  For each machine
 // instruction in the function, this pass calculates the set of registers that
 // are immediately dead after the instruction (i.e., the instruction calculates
 // the value, but it is never used) and the set of registers that are used by





More information about the llvm-commits mailing list