diff options
author | Hal Finkel <hfinkel@anl.gov> | 2013-01-26 16:49:03 +0000 |
---|---|---|
committer | Hal Finkel <hfinkel@anl.gov> | 2013-01-26 16:49:03 +0000 |
commit | 7a8aba906416b6998347b52c3c08610fdc190638 (patch) | |
tree | ae604cb62de9ca3ac016aea70b8913c72e9e70f9 /lib/Transforms | |
parent | 200b306f2006533a0e7a0ca75cb3103620e7aa84 (diff) | |
download | external_llvm-7a8aba906416b6998347b52c3c08610fdc190638.zip external_llvm-7a8aba906416b6998347b52c3c08610fdc190638.tar.gz external_llvm-7a8aba906416b6998347b52c3c08610fdc190638.tar.bz2 |
BBVectorize: Fix anomalous capital letter in comment
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173579 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms')
-rw-r--r-- | lib/Transforms/Vectorize/BBVectorize.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Transforms/Vectorize/BBVectorize.cpp b/lib/Transforms/Vectorize/BBVectorize.cpp index d72a4a1..411d7f6 100644 --- a/lib/Transforms/Vectorize/BBVectorize.cpp +++ b/lib/Transforms/Vectorize/BBVectorize.cpp @@ -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(); |