Fix a typo in comment.
authorJim Grosbach <grosbach@apple.com>
Mon, 15 Apr 2013 17:40:48 +0000 (17:40 +0000)
committerJim Grosbach <grosbach@apple.com>
Mon, 15 Apr 2013 17:40:48 +0000 (17:40 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179542 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Scalar/CodeGenPrepare.cpp

index 015fd2e6e6fcca45f498ed8a6ec1891f764b9868..615c5174492616885ecc75d5f5b9634707f67e36 100644 (file)
@@ -1761,7 +1761,7 @@ bool CodeGenPrepare::OptimizeExtUses(Instruction *I) {
   if (!DefIsLiveOut)
     return false;
 
-  // Make sure non of the uses are PHI nodes.
+  // Make sure none of the uses are PHI nodes.
   for (Value::use_iterator UI = Src->use_begin(), E = Src->use_end();
        UI != E; ++UI) {
     Instruction *User = cast<Instruction>(*UI);