diff options
author | Chandler Carruth <chandlerc@gmail.com> | 2012-10-01 12:24:42 +0000 |
---|---|---|
committer | Chandler Carruth <chandlerc@gmail.com> | 2012-10-01 12:24:42 +0000 |
commit | d71ef3a02aec6dd1ebe40f3f563ca899c9fd511c (patch) | |
tree | 21d60da2388aa5156d6ec645cc503808dc776ef8 /llvm | |
parent | d325f8021b824affd6d910aefba73f43f7356fde (diff) | |
download | bcm5719-llvm-d71ef3a02aec6dd1ebe40f3f563ca899c9fd511c.tar.gz bcm5719-llvm-d71ef3a02aec6dd1ebe40f3f563ca899c9fd511c.zip |
Make this plural. Spotted by Duncan in review (and a very old typo, this
is the second time I've moved this comment around...)
llvm-svn: 164939
Diffstat (limited to 'llvm')
-rw-r--r-- | llvm/lib/Transforms/Scalar/SROA.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Scalar/SROA.cpp b/llvm/lib/Transforms/Scalar/SROA.cpp index 84d4f39cacb..b3b0315db81 100644 --- a/llvm/lib/Transforms/Scalar/SROA.cpp +++ b/llvm/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 operands /// to the select can be loaded unconditionally. /// /// FIXME: This should be hoisted into a generic utility, likely in |