Index: src/GenPoly/GenPoly.cc
===================================================================
--- src/GenPoly/GenPoly.cc	(revision 6e3ae004ea8f9a1e1cca1b0bc7eaf3fa1943d6e5)
+++ src/GenPoly/GenPoly.cc	(revision d9f1b2df60273d9c673c37ac6cf70f4752991798)
@@ -10,5 +10,5 @@
 // Created On       : Mon May 18 07:44:20 2015
 // Last Modified By : Rob Schluntz
-// Last Modified On : Mon May 02 14:53:33 2016
+// Last Modified On : Wed May 25 13:39:21 2016
 // Update Count     : 13
 //
@@ -185,4 +185,6 @@
 			if ( VariableExpr *varExpr = dynamic_cast< VariableExpr* >( expr ) ) {
 				return varExpr;
+			} else if ( MemberExpr *memberExpr = dynamic_cast< MemberExpr* >( expr ) ) {
+				expr = memberExpr->get_aggregate();
 			} else if ( AddressExpr *addressExpr = dynamic_cast< AddressExpr* >( expr ) ) {
 				expr = addressExpr->get_arg();
