mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
Fix breakage in the build
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3258 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a4ff0d4611
commit
075f028b77
@ -182,7 +182,7 @@ void UltraSparc::addPassesToEmitAssembly(PassManager &PM, std::ostream &Out) {
|
||||
|
||||
PM.add(createPrologEpilogCodeInserter(*this));
|
||||
|
||||
PM.add(MappingInfoForFunction(Out));
|
||||
//PM.add(MappingInfoForFunction(Out));
|
||||
|
||||
// Output assembly language to the .s file. Assembly emission is split into
|
||||
// two parts: Function output and Global value output. This is because
|
||||
@ -198,7 +198,6 @@ void UltraSparc::addPassesToEmitAssembly(PassManager &PM, std::ostream &Out) {
|
||||
|
||||
// Emit bytecode to the sparc assembly file into its special section next
|
||||
PM.add(getEmitBytecodeToAsmPass(Out));
|
||||
PM.add(getFunctionInfo(Out));
|
||||
|
||||
//PM.add(getFunctionInfo(Out));
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user