summaryrefslogtreecommitdiffstats
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
commit34c09e1a789c63005fe815dabc89037798fbc191 (patch)
tree396f2e9371fade91c7428736e5aad4c525b8dffa
parentb4724dbda23aed9148c91fb0cfc5f9052e376bee (diff)
downloadbcm5719-llvm-34c09e1a789c63005fe815dabc89037798fbc191.tar.gz
bcm5719-llvm-34c09e1a789c63005fe815dabc89037798fbc191.zip
Fixed typo.
llvm-svn: 47365
-rw-r--r--llvm/include/llvm/CodeGen/LiveVariables.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/CodeGen/LiveVariables.h b/llvm/include/llvm/CodeGen/LiveVariables.h
index 4a01fad8a03..b4f0db4c897 100644
--- a/llvm/include/llvm/CodeGen/LiveVariables.h
+++ b/llvm/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
OpenPOWER on IntegriCloud