diff options
author | Bill Wendling <isanbard@gmail.com> | 2008-02-20 09:14:09 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2008-02-20 09:14:09 +0000 |
commit | 5e8eaa0fb5ac7fd2c747ad0bf45b879cd8fc65ad (patch) | |
tree | a371a9b42631862b2901e9428aee07adb6a39767 | |
parent | ff8e2d3b3f07edf7b6ca218841ba67594c9e0f61 (diff) | |
download | external_llvm-5e8eaa0fb5ac7fd2c747ad0bf45b879cd8fc65ad.zip external_llvm-5e8eaa0fb5ac7fd2c747ad0bf45b879cd8fc65ad.tar.gz external_llvm-5e8eaa0fb5ac7fd2c747ad0bf45b879cd8fc65ad.tar.bz2 |
Fixed typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47365 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/llvm/CodeGen/LiveVariables.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/LiveVariables.h b/include/llvm/CodeGen/LiveVariables.h index 4a01fad..b4f0db4 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 |