[llvm-commits] [llvm] r164939 - /llvm/trunk/lib/Transforms/Scalar/SROA.cpp
Chandler Carruth
chandlerc at gmail.com
Mon Oct 1 05:24:42 PDT 2012
Author: chandlerc
Date: Mon Oct 1 07:24:42 2012
New Revision: 164939
URL: http://llvm.org/viewvc/llvm-project?rev=164939&view=rev
Log:
Make this plural. Spotted by Duncan in review (and a very old typo, this
is the second time I've moved this comment around...)
Modified:
llvm/trunk/lib/Transforms/Scalar/SROA.cpp
Modified: llvm/trunk/lib/Transforms/Scalar/SROA.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Transforms/Scalar/SROA.cpp?rev=164939&r1=164938&r2=164939&view=diff
==============================================================================
--- llvm/trunk/lib/Transforms/Scalar/SROA.cpp (original)
+++ llvm/trunk/lib/Transforms/Scalar/SROA.cpp Mon Oct 1 07:24:42 2012
@@ -1798,7 +1798,7 @@
/// ...
/// %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
More information about the llvm-commits
mailing list