mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
[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:
parent
560e3955c3
commit
41d9e92ec0
@ -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
Block a user