projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6632848
)
Add a helper method.
author
Chris Lattner
<sabre@nondot.org>
Mon, 10 Jan 2005 23:25:04 +0000
(23:25 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Mon, 10 Jan 2005 23:25:04 +0000
(23:25 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19442
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/CodeGen/SelectionDAGNodes.h
patch
|
blob
|
history
diff --git
a/include/llvm/CodeGen/SelectionDAGNodes.h
b/include/llvm/CodeGen/SelectionDAGNodes.h
index d61ce2d2b9fafab172015ef91ade4f13e6aaea06..d79adc36ad5fa1aeb477db278176370cb59d0e0d 100644
(file)
--- a/
include/llvm/CodeGen/SelectionDAGNodes.h
+++ b/
include/llvm/CodeGen/SelectionDAGNodes.h
@@
-371,6
+371,9
@@
public:
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; }