Merge: Bug fixes in SSA module
authorJean Privat <jean@pryen.org>
Fri, 19 Jun 2015 01:34:47 +0000 (21:34 -0400)
committerJean Privat <jean@pryen.org>
Fri, 19 Jun 2015 01:34:47 +0000 (21:34 -0400)
commitc72a6de55314fb7d4cc7306e0f0b47bd193281e8
treea36e2f654a325ff8d8ce844ebf8dd6e6305187b0
parent59438bac5a9490bd3533ac9dbafbf558c2b44b3c
parent2d85bf7c59fbafab120d5bc36d1f77ab3b2186ae
Merge: Bug fixes in SSA module

This small PR fixes two bugs in SSA.

First: A property was unecessary specific in the hierarchy.
Second: Bad initialization of two attributes which cause runtime error in new tests.

Pull-Request: #1526
Reviewed-by: Jean Privat <jean@pryen.org>