ccc/Driver: Normalize phase spelling in -ccc-print-phases.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@66912 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/tools/ccc/ccclib/Phases.py b/tools/ccc/ccclib/Phases.py
index a126027..0998fd6 100644
--- a/tools/ccc/ccclib/Phases.py
+++ b/tools/ccc/ccclib/Phases.py
@@ -70,7 +70,7 @@
 
 class AnalyzePhase(Phase):
     def __init__(self):
-        super(AnalyzePhase, self).__init__("analyze", Phase.eOrderCompile)
+        super(AnalyzePhase, self).__init__("analyzer", Phase.eOrderCompile)
 
 class SyntaxOnlyPhase(Phase):
     def __init__(self):