1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00

remove dead variable.

llvm-svn: 28248
This commit is contained in:
Chris Lattner 2006-05-12 17:33:59 +00:00
parent 2c316c91e8
commit 9789688d36

View File

@ -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"