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:
eadf7a3
)
add a dump method to help debugging
author
Chris Lattner
<sabre@nondot.org>
Wed, 4 Jan 2006 05:39:51 +0000
(
05:39
+0000)
committer
Chris Lattner
<sabre@nondot.org>
Wed, 4 Jan 2006 05:39:51 +0000
(
05:39
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25079
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/CodeGen/LiveVariables.h
patch
|
blob
|
history
diff --git
a/include/llvm/CodeGen/LiveVariables.h
b/include/llvm/CodeGen/LiveVariables.h
index 28cfa2a0b2bdb8aa2cf480c43964ed415ac5685b..e19a6c69dd7a994246db9bb103d919588a55d68d 100644
(file)
--- a/
include/llvm/CodeGen/LiveVariables.h
+++ b/
include/llvm/CodeGen/LiveVariables.h
@@
-68,6
+68,8
@@
public:
}
return false;
}
+
+ void dump() const;
};
private: