[llvm] r209763 - test check-in: added missing parenthesis in comment

Sanjay Patel spatel at rotateright.com
Wed May 28 12:03:34 PDT 2014


Author: spatel
Date: Wed May 28 14:03:33 2014
New Revision: 209763

URL: http://llvm.org/viewvc/llvm-project?rev=209763&view=rev
Log:
test check-in: added missing parenthesis in comment

Modified:
    llvm/trunk/lib/Analysis/ScalarEvolutionNormalization.cpp

Modified: llvm/trunk/lib/Analysis/ScalarEvolutionNormalization.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Analysis/ScalarEvolutionNormalization.cpp?rev=209763&r1=209762&r2=209763&view=diff
==============================================================================
--- llvm/trunk/lib/Analysis/ScalarEvolutionNormalization.cpp (original)
+++ llvm/trunk/lib/Analysis/ScalarEvolutionNormalization.cpp Wed May 28 14:03:33 2014
@@ -241,7 +241,7 @@ TransformSubExpr(const SCEV *S, Instruct
 }
 
 /// Top level driver for transforming an expression DAG into its requested
-/// post-inc form (either "Normalized" or "Denormalized".
+/// post-inc form (either "Normalized" or "Denormalized").
 const SCEV *llvm::TransformForPostIncUse(TransformKind Kind,
                                          const SCEV *S,
                                          Instruction *User,





More information about the llvm-commits mailing list