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

I add support for the new pass manager to it.

llvm-svn: 198838
This commit is contained in:
Chandler Carruth 2014-01-09 02:39:45 +00:00
parent 461f1eaaa1
commit 12e9d2b5c1
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
//