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:
7b9d67c
)
Fix a typo in a comment.
author
Dan Gohman
<gohman@apple.com>
Tue, 2 Dec 2008 19:27:20 +0000
(19:27 +0000)
committer
Dan Gohman
<gohman@apple.com>
Tue, 2 Dec 2008 19:27:20 +0000
(19:27 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60434
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/CodeGen/RegisterScavenging.cpp
patch
|
blob
|
history
diff --git
a/lib/CodeGen/RegisterScavenging.cpp
b/lib/CodeGen/RegisterScavenging.cpp
index d7502d5282f21e5130be8934b6c592423b28684a..5a4bedc2bee727fe4abdff7cece29da075d115a3 100644
(file)
--- a/
lib/CodeGen/RegisterScavenging.cpp
+++ b/
lib/CodeGen/RegisterScavenging.cpp
@@
-257,7
+257,7
@@
void RegScavenger::forward() {
continue;
}
- // Skip i
s
this is merely redefining part of a super-register.
+ // Skip i
f
this is merely redefining part of a super-register.
if (RedefinesSuperRegPart(MI, MO, TRI))
continue;