Fix filename: Printer.cpp has become X86AsmPrinter.cpp

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16299 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Misha Brukman 2004-09-12 21:26:04 +00:00
parent 5adf0ca0b2
commit fb0796e82e

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)