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 | c7a4ca7a34c7b618e00badeaf2b3d6d23d72e36d (patch) | |
tree | 2da410dfa335c69f8c77a31b92b121c1c4d4ca06 /lib/Transforms | |
parent | 0a7ca313ec39c8b3b1f215b1f11a2f784d7f0400 (diff) |
Make this plural. Spotted by Duncan in review (and a very old typo, this
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
Diffstat (limited to 'lib/Transforms')
-rw-r--r-- | lib/Transforms/Scalar/SROA.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Transforms/Scalar/SROA.cpp b/lib/Transforms/Scalar/SROA.cpp index 84d4f39cac..b3b0315db8 100644 --- 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 operands /// to the select can be loaded unconditionally. /// /// FIXME: This should be hoisted into a generic utility, likely in |