mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-19 23:29:20 +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:
parent
cedc6f4b30
commit
e736ed1947
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user