[PM] Rename the IR printing pass header to a more generic and correct
authorChandler Carruth <chandlerc@gmail.com>
Sun, 12 Jan 2014 11:10:32 +0000 (11:10 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Sun, 12 Jan 2014 11:10:32 +0000 (11:10 +0000)
commit8a5351f0f5123b9e36116ac1761b20c3a264ec09
tree57c281f8ceba7e70a3dfbde27d06117dc96de51d
parentdbd37e9827f90cd6a4398f7ae2061bd74c2dfaf6
[PM] Rename the IR printing pass header to a more generic and correct
name to match the source file which I got earlier. Update the include
sites. Also modernize the comments in the header to use the more
recommended doxygen style.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@199041 91177308-0d34-0410-b5e6-96231b3b80d8
17 files changed:
include/llvm/IR/IRPrintingPasses.h [new file with mode: 0644]
include/llvm/IR/PrintModulePass.h [deleted file]
include/llvm/LinkAllPasses.h
lib/Analysis/LoopPass.cpp
lib/CodeGen/LLVMTargetMachine.cpp
lib/CodeGen/Passes.cpp
lib/IR/AsmWriter.cpp
lib/IR/IRPrintingPasses.cpp
lib/IR/LegacyPassManager.cpp
lib/IR/Pass.cpp
lib/Target/CppBackend/CPPBackend.cpp
lib/Target/NVPTX/NVPTXTargetMachine.cpp
tools/llc/llc.cpp
tools/llvm-extract/llvm-extract.cpp
tools/llvm-stress/llvm-stress.cpp
tools/opt/opt.cpp
unittests/IR/LegacyPassManagerTest.cpp