mirror of
https://github.com/RPCS3/llvm.git
synced 2024-11-26 05:00:39 +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:
parent
82db0696a1
commit
9dcb780e23
@ -147,7 +147,6 @@ void AsmPrinter::SetupMachineFunction(MachineFunction &MF) {
|
||||
void AsmPrinter::EmitConstantPool(MachineConstantPool *MCP) {
|
||||
const std::vector<MachineConstantPoolEntry> &CP = MCP->getConstants();
|
||||
if (CP.empty()) return;
|
||||
const TargetData *TD = TM.getTargetData();
|
||||
|
||||
SwitchToDataSection(ConstantPoolSection, 0);
|
||||
EmitAlignment(MCP->getConstantPoolAlignment());
|
||||
|
Loading…
Reference in New Issue
Block a user