BBVectorize: Fix anomalous capital letter in comment
authorHal Finkel <hfinkel@anl.gov>
Sat, 26 Jan 2013 16:49:03 +0000 (16:49 +0000)
committerHal Finkel <hfinkel@anl.gov>
Sat, 26 Jan 2013 16:49:03 +0000 (16:49 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173579 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Vectorize/BBVectorize.cpp

index d72a4a1a623d6551f316f7c8bb143d89244a9417..411d7f6ba3387e97c08921be76ac93a44cab2427 100644 (file)
@@ -1367,7 +1367,7 @@ namespace {
       IsInPair.insert(C->second);
     }
 
-    // Iterate through the basic block, recording all Users of each
+    // Iterate through the basic block, recording all users of each
     // pairable instruction.
 
     BasicBlock::iterator E = BB.end();