From 0df687b1be4a29e0358e6e8710f0c71d5966c43a Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 4 Jan 2006 05:39:51 +0000 Subject: [PATCH] add a dump method to help debugging git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25079 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/CodeGen/LiveVariables.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/llvm/CodeGen/LiveVariables.h b/include/llvm/CodeGen/LiveVariables.h index 28cfa2a0b2b..e19a6c69dd7 100644 --- a/include/llvm/CodeGen/LiveVariables.h +++ b/include/llvm/CodeGen/LiveVariables.h @@ -68,6 +68,8 @@ public: } return false; } + + void dump() const; }; private: