mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-13 08:35:46 +00:00
Stub out a method
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25676 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e736ed1947
commit
0264d1a477
@ -452,3 +452,9 @@ void AsmPrinter::EmitGlobalConstant(const Constant *CV) {
|
||||
EmitConstantValueOnly(CV);
|
||||
O << "\n";
|
||||
}
|
||||
|
||||
/// printInlineAsm - This method formats and prints the specified machine
|
||||
/// instruction that is an inline asm.
|
||||
void AsmPrinter::printInlineAsm(const MachineInstr *MI) const {
|
||||
O << "INLINE ASM NOT EMITTED YET!\n";
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user