forked from OSchip/llvm-project
[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:
parent
461f1eaaa1
commit
12e9d2b5c1
|
@ -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
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//===--- IR/PrintModulePass.cpp - Module/Function Printer -----------------===//
|
||||
//===--- IRPrintingPasses.cpp - Module and Function printing passes -------===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
Loading…
Reference in New Issue