Fix filename: Printer.cpp has become X86AsmPrinter.cpp

llvm-svn: 16299
This commit is contained in:
Misha Brukman 2004-09-12 21:26:04 +00:00
parent 14756e8e1c
commit 72be9ae024
1 changed files with 1 additions and 1 deletions

View File

@ -205,7 +205,7 @@ namespace {
};
}
// This function is required by Printer.cpp to workaround gas bugs
// This function is required by X86AsmPrinter.cpp to work around GAS bugs
void llvm::X86::emitInstruction(MachineCodeEmitter& mce,
const X86InstrInfo& ii,
const MachineInstr& mi)