Remove dead store.

llvm-svn: 92156
This commit is contained in:
Bill Wendling 2009-12-25 13:37:27 +00:00
parent b45a3d8de4
commit ba27bef114
1 changed files with 0 additions and 1 deletions

View File

@ -1905,7 +1905,6 @@ void AsmPrinter::EmitComments(const MachineInstr &MI) const {
if (Newline) O << '\n';
O.PadToColumn(MAI->getCommentColumn());
O << MAI->getCommentString() << " Reload Reuse";
Newline = true;
}
}
}