[llvm-commits] [llvm] r47365 - /llvm/trunk/include/llvm/CodeGen/LiveVariables.h
Bill Wendling
isanbard at gmail.com
Wed Feb 20 01:14:10 PST 2008
Author: void
Date: Wed Feb 20 03:14:09 2008
New Revision: 47365
URL: http://llvm.org/viewvc/llvm-project?rev=47365&view=rev
Log:
Fixed typo.
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=47365&r1=47364&r2=47365&view=diff
==============================================================================
--- llvm/trunk/include/llvm/CodeGen/LiveVariables.h (original)
+++ llvm/trunk/include/llvm/CodeGen/LiveVariables.h Wed Feb 20 03:14:09 2008
@@ -134,7 +134,7 @@
// PhysRegInfo - Keep track of which instruction was the last def/use of a
// physical register. This is a purely local property, because all physical
- // register references as presumed dead across basic blocks.
+ // register references are presumed dead across basic blocks.
MachineInstr **PhysRegInfo;
// PhysRegUsed - Keep track of whether the physical register has been used
More information about the llvm-commits
mailing list