Make help text more consistent. NFC.
authorGeorge Burgess IV <george.burgess.iv@gmail.com>
Wed, 20 Jul 2016 23:14:29 +0000 (23:14 +0000)
committerGeorge Burgess IV <george.burgess.iv@gmail.com>
Wed, 20 Jul 2016 23:14:29 +0000 (23:14 +0000)
llvm-svn: 276205

llvm/lib/Transforms/IPO/PassManagerBuilder.cpp

index cf5b76d..e921f86 100644 (file)
@@ -91,7 +91,7 @@ static cl::opt<CFLAAType>
                         clEnumValN(CFLAAType::Andersen, "anders",
                                    "Enable inclusion-based CFL-AA"),
                         clEnumValN(CFLAAType::Both, "both",
-                                   "Enable both variants of CFL-aa"),
+                                   "Enable both variants of CFL-AA"),
                         clEnumValEnd));
 
 static cl::opt<bool>