]> granicus.if.org Git - llvm/commitdiff
[NewPM] Fix an innocent but silly typo. Reported by Craig Topper.
authorDavide Italiano <davide@freebsd.org>
Mon, 22 May 2017 23:47:11 +0000 (23:47 +0000)
committerDavide Italiano <davide@freebsd.org>
Mon, 22 May 2017 23:47:11 +0000 (23:47 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@303587 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Passes/PassBuilder.cpp

index 7be464e52b656126a6000c9a4d7291405a931084..fb56a6f05d3641653aa71cd790d4a0676774a91f 100644 (file)
@@ -156,7 +156,7 @@ static cl::opt<bool>
                        cl::desc("Run Partial inlinining pass"));
 
 static cl::opt<bool>
-    RunNewGVN("enable-nmp-newgvn", cl::init(false),
+    RunNewGVN("enable-npm-newgvn", cl::init(false),
               cl::Hidden, cl::ZeroOrMore,
               cl::desc("Run NewGVN instead of GVN"));