aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-09-25 00:34:34 +0000
committerDan Gohman <gohman@apple.com>2009-09-25 00:34:34 +0000
commit594bb86a065af025a8fd90ef486d9f54fb869f95 (patch)
treef47929fd01811fdb03731b584d4ce253e9e40053 /include/llvm
parentabd0e3ddaf34e1589bae68eecb9fcfb7f14ac297 (diff)
downloadexternal_llvm-594bb86a065af025a8fd90ef486d9f54fb869f95.zip
external_llvm-594bb86a065af025a8fd90ef486d9f54fb869f95.tar.gz
external_llvm-594bb86a065af025a8fd90ef486d9f54fb869f95.tar.bz2
Add a version of dumpr() that has a SelectionDAG* argument.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82742 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm')
-rw-r--r--include/llvm/CodeGen/SelectionDAGNodes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/CodeGen/SelectionDAGNodes.h b/include/llvm/CodeGen/SelectionDAGNodes.h
index 04e1b85..9a16903 100644
--- a/include/llvm/CodeGen/SelectionDAGNodes.h
+++ b/include/llvm/CodeGen/SelectionDAGNodes.h
@@ -1295,6 +1295,7 @@ public:
void dump() const;
void dumpr() const;
void dump(const SelectionDAG *G) const;
+ void dumpr(const SelectionDAG *G) const;
static bool classof(const SDNode *) { return true; }