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:
0a7ca31
)
Make this plural. Spotted by Duncan in review (and a very old typo, this
author
Chandler Carruth
<chandlerc@gmail.com>
Mon, 1 Oct 2012 12:24:42 +0000
(12:24 +0000)
committer
Chandler Carruth
<chandlerc@gmail.com>
Mon, 1 Oct 2012 12:24:42 +0000
(12:24 +0000)
is the second time I've moved this comment around...)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164939
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Transforms/Scalar/SROA.cpp
patch
|
blob
|
history
diff --git
a/lib/Transforms/Scalar/SROA.cpp
b/lib/Transforms/Scalar/SROA.cpp
index 84d4f39cacb2dcde76e8522933e6a102bf0e1796..b3b0315db81ef2e41d230a5dd26cd22433666e0c 100644
(file)
--- a/
lib/Transforms/Scalar/SROA.cpp
+++ b/
lib/Transforms/Scalar/SROA.cpp
@@
-1798,7
+1798,7
@@
private:
/// ...
/// %V = phi [i32 %V1, i32 %V2]
///
- /// We can do this to a select if its only uses are loads and if the operand
+ /// We can do this to a select if its only uses are loads and if the operand
s
/// to the select can be loaded unconditionally.
///
/// FIXME: This should be hoisted into a generic utility, likely in