projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
200b306
)
BBVectorize: Fix anomalous capital letter in comment
author
Hal Finkel
<hfinkel@anl.gov>
Sat, 26 Jan 2013 16:49:03 +0000
(16:49 +0000)
committer
Hal 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
patch
|
blob
|
history
diff --git
a/lib/Transforms/Vectorize/BBVectorize.cpp
b/lib/Transforms/Vectorize/BBVectorize.cpp
index d72a4a1a623d6551f316f7c8bb143d89244a9417..411d7f6ba3387e97c08921be76ac93a44cab2427 100644
(file)
--- 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
U
sers of each
+ // Iterate through the basic block, recording all
u
sers of each
// pairable instruction.
BasicBlock::iterator E = BB.end();