mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-02 08:26:39 +00:00
Cleanup
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54452 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -120,9 +120,9 @@ namespace {
|
||||
#include "IA64GenAsmWriter.inc"
|
||||
|
||||
|
||||
// Substitute old hook with new one temporary
|
||||
std::string IA64AsmPrinter::getSectionForFunction(const Function &F) const {
|
||||
// This means "Allocated instruXions in mem, initialized".
|
||||
return "\n\t.section .text, \"ax\", \"progbits\"\n";
|
||||
return TAI->SectionForGlobal(&F);
|
||||
}
|
||||
|
||||
/// runOnMachineFunction - This uses the printMachineInstruction()
|
||||
@@ -356,5 +356,3 @@ FunctionPass *llvm::createIA64CodePrinterPass(std::ostream &o,
|
||||
IA64TargetMachine &tm) {
|
||||
return new IA64AsmPrinter(o, tm, tm.getTargetAsmInfo());
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user