diff options
author | Chris Lattner <sabre@nondot.org> | 2006-05-12 17:50:35 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2006-05-12 17:50:35 +0000 |
commit | 936cd3390dea6821a807fd96100fb6ea6066918a (patch) | |
tree | bda30e5b06c59f696e38df94aad2e6964f5192c6 /llvm/lib/CodeGen/AsmPrinter.cpp | |
parent | ce9ac0cdabd9d5c28ea81f4030e40e0a6662641d (diff) | |
download | bcm5719-llvm-936cd3390dea6821a807fd96100fb6ea6066918a.tar.gz bcm5719-llvm-936cd3390dea6821a807fd96100fb6ea6066918a.zip |
Remove dead var
llvm-svn: 28250
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter.cpp')
-rw-r--r-- | llvm/lib/CodeGen/AsmPrinter.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter.cpp b/llvm/lib/CodeGen/AsmPrinter.cpp index 3048602e12b..bd25a1e8931 100644 --- a/llvm/lib/CodeGen/AsmPrinter.cpp +++ b/llvm/lib/CodeGen/AsmPrinter.cpp @@ -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()); |