mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-02 07:11:49 +00:00
remove dead variable.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28248 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
27aaa398ee
commit
b57b516f6d
@ -748,7 +748,6 @@ bool AIXAsmPrinter::runOnMachineFunction(MachineFunction &MF) {
|
||||
|
||||
bool AIXAsmPrinter::doInitialization(Module &M) {
|
||||
SwitchToDataSection("", 0);
|
||||
const TargetData *TD = TM.getTargetData();
|
||||
|
||||
O << "\t.machine \"ppc64\"\n"
|
||||
<< "\t.toc\n"
|
||||
|
Loading…
Reference in New Issue
Block a user