Remove dead code.

llvm-svn: 134561
This commit is contained in:
Devang Patel 2011-07-06 23:26:18 +00:00
parent 1630367ea6
commit 92ca8fc927
1 changed files with 0 additions and 2 deletions

View File

@ -1846,8 +1846,6 @@ void DwarfDebug::beginFunction(const MachineFunction *MF) {
assert(UserVariables.empty() && DbgValues.empty() && "Maps weren't cleaned");
/// ProcessedArgs - Collection of arguments already processed.
SmallPtrSet<const MDNode *, 8> ProcessedArgs;
const TargetRegisterInfo *TRI = Asm->TM.getRegisterInfo();
/// LiveUserVar - Map physreg numbers to the MDNode they contain.
std::vector<const MDNode*> LiveUserVar(TRI->getNumRegs());