Add a helper method.
authorChris Lattner <sabre@nondot.org>
Mon, 10 Jan 2005 23:25:04 +0000 (23:25 +0000)
committerChris 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

index d61ce2d2b9fafab172015ef91ade4f13e6aaea06..d79adc36ad5fa1aeb477db278176370cb59d0e0d 100644 (file)
@@ -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; }