aboutsummaryrefslogtreecommitdiff
path: root/include/Support/Tree.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-11-29 19:55:02 +0000
committerChris Lattner <sabre@nondot.org>2003-11-29 19:55:02 +0000
commitd2aa7b8ee7fb751c42a6f89096043e1ac24c49f2 (patch)
tree6f0cf257df69077a6fbd7b7085fdd30e678e380f /include/Support/Tree.h
parent9e6f686559b186982d8f4af0e3a78b3f8f79ab3b (diff)
Hrm, how could this compile?
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10263 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/Support/Tree.h')
-rw-r--r--include/Support/Tree.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Support/Tree.h b/include/Support/Tree.h
index bc5495f25a..48ecf5b06d 100644
--- a/include/Support/Tree.h
+++ b/include/Support/Tree.h
@@ -36,7 +36,7 @@ public:
inline Tree(const std::vector<ConcreteTreeNode*> &children,
ConcreteTreeNode *par, const Payload &data)
- : Children(children), Parent(parent), Data(data) {}
+ : Children(children), Parent(par), Data(data) {}
// Tree dtor - Free all children
inline ~Tree() {