summaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/LiveVariables.h
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2008-02-20 09:14:09 +0000
committerBill Wendling <isanbard@gmail.com>2008-02-20 09:14:09 +0000
commit5ec3ab7f67ab740681b1ddbba2290da6e7040777 (patch)
treea371a9b42631862b2901e9428aee07adb6a39767 /include/llvm/CodeGen/LiveVariables.h
parent61d30a821f372ca4185fc518023f857fbcb9c0f5 (diff)
downloadllvm-5ec3ab7f67ab740681b1ddbba2290da6e7040777.tar.gz
llvm-5ec3ab7f67ab740681b1ddbba2290da6e7040777.tar.bz2
llvm-5ec3ab7f67ab740681b1ddbba2290da6e7040777.tar.xz
Fixed typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47365 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen/LiveVariables.h')
-rw-r--r--include/llvm/CodeGen/LiveVariables.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/LiveVariables.h b/include/llvm/CodeGen/LiveVariables.h
index 4a01fad8a0..b4f0db4c89 100644
--- a/include/llvm/CodeGen/LiveVariables.h
+++ b/include/llvm/CodeGen/LiveVariables.h
@@ -134,7 +134,7 @@ private: // Intermediate data structures
// 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