mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-17 03:24:34 +00:00
Remove dead var
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28250 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -147,7 +147,6 @@ void AsmPrinter::SetupMachineFunction(MachineFunction &MF) {
|
|||||||
void AsmPrinter::EmitConstantPool(MachineConstantPool *MCP) {
|
void AsmPrinter::EmitConstantPool(MachineConstantPool *MCP) {
|
||||||
const std::vector<MachineConstantPoolEntry> &CP = MCP->getConstants();
|
const std::vector<MachineConstantPoolEntry> &CP = MCP->getConstants();
|
||||||
if (CP.empty()) return;
|
if (CP.empty()) return;
|
||||||
const TargetData *TD = TM.getTargetData();
|
|
||||||
|
|
||||||
SwitchToDataSection(ConstantPoolSection, 0);
|
SwitchToDataSection(ConstantPoolSection, 0);
|
||||||
EmitAlignment(MCP->getConstantPoolAlignment());
|
EmitAlignment(MCP->getConstantPoolAlignment());
|
||||||
|
Reference in New Issue
Block a user