[llvm-commits] CVS: llvm/include/llvm/CodeGen/AsmPrinter.h
Evan Cheng
evan.cheng at apple.com
Wed Nov 1 01:22:58 PST 2006
Changes in directory llvm/include/llvm/CodeGen:
AsmPrinter.h updated: 1.56 -> 1.57
---
Log message:
Add a printSetLabel that takes two id's.
---
Diffs of the changes: (+2 -0)
AsmPrinter.h | 2 ++
1 files changed, 2 insertions(+)
Index: llvm/include/llvm/CodeGen/AsmPrinter.h
diff -u llvm/include/llvm/CodeGen/AsmPrinter.h:1.56 llvm/include/llvm/CodeGen/AsmPrinter.h:1.57
--- llvm/include/llvm/CodeGen/AsmPrinter.h:1.56 Tue Oct 31 00:11:06 2006
+++ llvm/include/llvm/CodeGen/AsmPrinter.h Wed Nov 1 03:22:43 2006
@@ -206,6 +206,8 @@
/// printSetLabel - This method prints a set label for the specified
/// MachineBasicBlock
void printSetLabel(unsigned uid, const MachineBasicBlock *MBB) const;
+ void printSetLabel(unsigned uid, unsigned uid2,
+ const MachineBasicBlock *MBB) const;
/// printDataDirective - This method prints the asm directive for the
/// specified type.
More information about the llvm-commits
mailing list