[CG] Rename the DOT printing pass to actually reference "DOT".
authorChandler Carruth <chandlerc@gmail.com>
Thu, 10 Mar 2016 11:04:40 +0000 (11:04 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Thu, 10 Mar 2016 11:04:40 +0000 (11:04 +0000)
commit5f432292a672f13549656ee3639f5916c3e01586
tree276ee8632cca2cdb9eda67a12cff3fbe0bcaa9ea
parent6dc9db52449255227a7cd00ed0b1283059824076
[CG] Rename the DOT printing pass to actually reference "DOT".

There is another pass by the generic name 'CallGraphPrinter' which is
actually just a call graph printer tucked away inside the opt tool. I'd
like to bring it out and make it follow the same patterns as the rest of
the CallGraph code, but doing so would end up conflicting with the name
of the DOT printing pass. So this makes the DOT printing pass name be
more precise.

No functionality changed here.

llvm-svn: 263100
llvm/include/llvm/Analysis/CallPrinter.h
llvm/include/llvm/InitializePasses.h
llvm/include/llvm/LinkAllPasses.h
llvm/lib/Analysis/Analysis.cpp
llvm/lib/Analysis/CallPrinter.cpp