diff options
author | Dan Gohman <gohman@apple.com> | 2008-12-02 19:27:20 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2008-12-02 19:27:20 +0000 |
commit | 7e9daef6448f0a78851fdb2ba7971965da3c9618 (patch) | |
tree | fdfbdb64b1f17273854e76d63cca05911e0284e1 /llvm/lib/CodeGen/RegisterScavenging.cpp | |
parent | ecd5b5f2b28ed8130d88fcab86926b978c7aad4a (diff) | |
download | bcm5719-llvm-7e9daef6448f0a78851fdb2ba7971965da3c9618.tar.gz bcm5719-llvm-7e9daef6448f0a78851fdb2ba7971965da3c9618.zip |
Fix a typo in a comment.
llvm-svn: 60434
Diffstat (limited to 'llvm/lib/CodeGen/RegisterScavenging.cpp')
-rw-r--r-- | llvm/lib/CodeGen/RegisterScavenging.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/RegisterScavenging.cpp b/llvm/lib/CodeGen/RegisterScavenging.cpp index d7502d5282f..5a4bedc2bee 100644 --- a/llvm/lib/CodeGen/RegisterScavenging.cpp +++ b/llvm/lib/CodeGen/RegisterScavenging.cpp @@ -257,7 +257,7 @@ void RegScavenger::forward() { continue; } - // Skip is this is merely redefining part of a super-register. + // Skip if this is merely redefining part of a super-register. if (RedefinesSuperRegPart(MI, MO, TRI)) continue; |