[PM] Rename this source file to something a bit more generic before

I add support for the new pass manager to it.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@198838 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chandler Carruth 2014-01-09 02:39:45 +00:00
parent 560e3955c3
commit 41d9e92ec0
2 changed files with 2 additions and 2 deletions

View File

@ -18,6 +18,7 @@ add_llvm_library(LLVMCore
GVMaterializer.cpp
Globals.cpp
IRBuilder.cpp
IRPrintingPasses.cpp
InlineAsm.cpp
Instruction.cpp
Instructions.cpp
@ -32,7 +33,6 @@ add_llvm_library(LLVMCore
Pass.cpp
PassManager.cpp
PassRegistry.cpp
PrintModulePass.cpp
Type.cpp
TypeFinder.cpp
Use.cpp

View File

@ -1,4 +1,4 @@
//===--- IR/PrintModulePass.cpp - Module/Function Printer -----------------===//
//===--- IRPrintingPasses.cpp - Module and Function printing passes -------===//
//
// The LLVM Compiler Infrastructure
//