aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/LiveVariables.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-01-04 05:39:51 +0000
committerChris Lattner <sabre@nondot.org>2006-01-04 05:39:51 +0000
commit0df687b1be4a29e0358e6e8710f0c71d5966c43a (patch)
treefa15ea1c937529e9fba6e931bdbdfb8f5c5a0c9f /include/llvm/CodeGen/LiveVariables.h
parenteadf7a354147713b9eead380316dc31fa68911b9 (diff)
add a dump method to help debugging
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25079 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen/LiveVariables.h')
-rw-r--r--include/llvm/CodeGen/LiveVariables.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/llvm/CodeGen/LiveVariables.h b/include/llvm/CodeGen/LiveVariables.h
index 28cfa2a0b2..e19a6c69dd 100644
--- a/include/llvm/CodeGen/LiveVariables.h
+++ b/include/llvm/CodeGen/LiveVariables.h
@@ -68,6 +68,8 @@ public:
}
return false;
}
+
+ void dump() const;
};
private: