test check-in: added missing parenthesis in comment
authorSanjay Patel <spatel@rotateright.com>
Wed, 28 May 2014 19:03:33 +0000 (19:03 +0000)
committerSanjay Patel <spatel@rotateright.com>
Wed, 28 May 2014 19:03:33 +0000 (19:03 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@209763 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Analysis/ScalarEvolutionNormalization.cpp

index e9db295a4acf83f947f1603f9eeb594a2829084d..3ccefb01101dcdc8d76bc7d7e64e958ac3f32255 100644 (file)
@@ -241,7 +241,7 @@ TransformSubExpr(const SCEV *S, Instruction *User, Value *OperandValToReplace) {
 }
 
 /// 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,