mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
remove dead variable.
llvm-svn: 28248
This commit is contained in:
parent
2c316c91e8
commit
9789688d36
@ -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