[llvm-commits] CVS: llvm/lib/CodeGen/AsmPrinter.cpp

Chris Lattner lattner at cs.uiuc.edu
Tue Jan 31 17:28:36 PST 2006



Changes in directory llvm/lib/CodeGen:

AsmPrinter.cpp updated: 1.43 -> 1.44
---
Log message:

adjust to changes in InlineAsm interface.  Fix a few minor bugs.


---
Diffs of the changes:  (+4 -0)

 AsmPrinter.cpp |    4 ++++
 1 files changed, 4 insertions(+)


Index: llvm/lib/CodeGen/AsmPrinter.cpp
diff -u llvm/lib/CodeGen/AsmPrinter.cpp:1.43 llvm/lib/CodeGen/AsmPrinter.cpp:1.44
--- llvm/lib/CodeGen/AsmPrinter.cpp:1.43	Tue Jan 31 16:21:33 2006
+++ llvm/lib/CodeGen/AsmPrinter.cpp	Tue Jan 31 19:28:23 2006
@@ -472,4 +472,8 @@
   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.
+  
 }






More information about the llvm-commits mailing list