mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-10 13:48:44 +00:00
add a method
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25675 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -230,6 +230,9 @@ namespace llvm {
|
||||
///
|
||||
void EmitGlobalConstant(const Constant* CV);
|
||||
|
||||
/// printInlineAsm - This method formats and prints the specified machine
|
||||
/// instruction that is an inline asm.
|
||||
void printInlineAsm(const MachineInstr *MI) const;
|
||||
private:
|
||||
void EmitXXStructorList(Constant *List);
|
||||
|
||||
|
Reference in New Issue
Block a user