[llvm-commits] CVS: llvm/include/llvm/CodeGen/SelectionDAGNodes.h
Chris Lattner
lattner at cs.uiuc.edu
Mon Jan 10 15:25:18 PST 2005
Changes in directory llvm/include/llvm/CodeGen:
SelectionDAGNodes.h updated: 1.7 -> 1.8
---
Log message:
Add a helper method.
---
Diffs of the changes: (+3 -0)
Index: llvm/include/llvm/CodeGen/SelectionDAGNodes.h
diff -u llvm/include/llvm/CodeGen/SelectionDAGNodes.h:1.7 llvm/include/llvm/CodeGen/SelectionDAGNodes.h:1.8
--- llvm/include/llvm/CodeGen/SelectionDAGNodes.h:1.7 Mon Jan 10 17:05:53 2005
+++ llvm/include/llvm/CodeGen/SelectionDAGNodes.h Mon Jan 10 17:25:04 2005
@@ -371,6 +371,9 @@
return Values[ResNo];
}
+ /// getOperationName - Return the opcode of this operation for printing.
+ ///
+ const char* getOperationName() const;
void dump() const;
static bool classof(const SDNode *) { return true; }
More information about the llvm-commits
mailing list