projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
61d30a8
)
Fixed typo.
author
Bill Wendling
<isanbard@gmail.com>
Wed, 20 Feb 2008 09:14:09 +0000
(09:14 +0000)
committer
Bill Wendling
<isanbard@gmail.com>
Wed, 20 Feb 2008 09:14:09 +0000
(09:14 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47365
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/CodeGen/LiveVariables.h
patch
|
blob
|
history
diff --git
a/include/llvm/CodeGen/LiveVariables.h
b/include/llvm/CodeGen/LiveVariables.h
index 4a01fad8a03e2fb5eda802fc29c61e82cc187a83..b4f0db4c897e373201149efcbae43be2b1866c70 100644
(file)
--- 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 a
s
presumed dead across basic blocks.
+ // register references a
re
presumed dead across basic blocks.
MachineInstr **PhysRegInfo;
// PhysRegUsed - Keep track of whether the physical register has been used