From 3a5ed551874fc55f29f309e5373ebd4da6bcf284 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 1 Feb 2006 01:28:23 +0000 Subject: adjust to changes in InlineAsm interface. Fix a few minor bugs. llvm-svn: 25865 --- llvm/lib/CodeGen/AsmPrinter.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'llvm/lib/CodeGen/AsmPrinter.cpp') diff --git a/llvm/lib/CodeGen/AsmPrinter.cpp b/llvm/lib/CodeGen/AsmPrinter.cpp index df00f47f293..ff021557b23 100644 --- a/llvm/lib/CodeGen/AsmPrinter.cpp +++ b/llvm/lib/CodeGen/AsmPrinter.cpp @@ -472,4 +472,8 @@ void AsmPrinter::printInlineAsm(const MachineInstr *MI) const { const char *AsmStr = MI->getOperand(NumDefs).getSymbolName(); O << AsmStr << "\n"; + + // Use a virtual "printAsmOperand" method, which takes the constraint + // string? Must pass the constraint string to here if needed. + } -- cgit v1.2.3