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 | d118342b25eb6a3a67792cda9fce9b4c1e45a867 (patch) | |
tree | 12239e2e3fd333a523561f5d12c544c1e2078ded /lib/CodeGen/RegisterScavenging.cpp | |
parent | 7b9d67c5bfa316bf94b5191224866fb107f00135 (diff) |
Fix a typo in a comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60434 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/RegisterScavenging.cpp')
-rw-r--r-- | lib/CodeGen/RegisterScavenging.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/RegisterScavenging.cpp b/lib/CodeGen/RegisterScavenging.cpp index d7502d5282..5a4bedc2be 100644 --- a/lib/CodeGen/RegisterScavenging.cpp +++ b/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; |