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:
Chris Lattner 2006-01-27 02:09:16 +00:00
parent cedc6f4b30
commit e736ed1947

View File

@ -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);