Fix a typo in a comment.
authorDan Gohman <gohman@apple.com>
Tue, 2 Dec 2008 19:27:20 +0000 (19:27 +0000)
committerDan 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

index d7502d5282f21e5130be8934b6c592423b28684a..5a4bedc2bee727fe4abdff7cece29da075d115a3 100644 (file)
@@ -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;