First check in. Modified a comment.
authorPuyan Lotfi <puyan@puyan.org>
Fri, 27 Sep 2013 07:36:10 +0000 (07:36 +0000)
committerPuyan Lotfi <puyan@puyan.org>
Fri, 27 Sep 2013 07:36:10 +0000 (07:36 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@191491 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Hello/Hello.cpp

index 9f2343b3b3138b7ce7b5b8861f99c78b0e8f35b0..9251783e4a9d4807107f1ba926bb6e5e4b867889 100644 (file)
@@ -52,7 +52,7 @@ namespace {
       return false;
     }
 
-    // We don't modify the program, so we preserve all analyses
+    // We don't modify the program, so we preserve all analyses.
     virtual void getAnalysisUsage(AnalysisUsage &AU) const {
       AU.setPreservesAll();
     }