diff options
author | Andrew Trick <atrick@apple.com> | 2012-09-18 22:57:42 +0000 |
---|---|---|
committer | Andrew Trick <atrick@apple.com> | 2012-09-18 22:57:42 +0000 |
commit | 6a35f197a783e5369d05c06303252efd1f5a9f2b (patch) | |
tree | cd5f98f7d1c2927f82f32b983cab2e89ccfc4062 /llvm/lib/CodeGen | |
parent | 455ba737520e58e846dcb7c5ccac6cf045b09579 (diff) | |
download | bcm5719-llvm-6a35f197a783e5369d05c06303252efd1f5a9f2b.tar.gz bcm5719-llvm-6a35f197a783e5369d05c06303252efd1f5a9f2b.zip |
comment typo
llvm-svn: 164180
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r-- | llvm/lib/CodeGen/LiveRegMatrix.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/LiveRegMatrix.h b/llvm/lib/CodeGen/LiveRegMatrix.h index b3e2d7f4b45..8f22c24478f 100644 --- a/llvm/lib/CodeGen/LiveRegMatrix.h +++ b/llvm/lib/CodeGen/LiveRegMatrix.h @@ -15,7 +15,7 @@ // Register units are defined in MCRegisterInfo.h, they represent the smallest // unit of interference when dealing with overlapping physical registers. The // LiveRegMatrix is represented as a LiveIntervalUnion per register unit. When -// a virtual register is assigned to a physicval register, the live range for +// a virtual register is assigned to a physical register, the live range for // the virtual register is inserted into the LiveIntervalUnion for each regunit // in the physreg. // |