diff --git a/llvm/tools/analyze/analyze.cpp b/llvm/tools/analyze/analyze.cpp index 9513e5ebe2d7..486c7284df35 100644 --- a/llvm/tools/analyze/analyze.cpp +++ b/llvm/tools/analyze/analyze.cpp @@ -240,7 +240,7 @@ struct { // IP Analyses... { printmodule , NewPrintModule }, { printusedtypes , New }, - { callgraph , New }, + { callgraph , New }, { unsafepointertypes, New }, // Dominator analyses