Fix setting the maximum accessed array element
authorIan Romanick <ian.d.romanick@intel.com>
Wed, 26 May 2010 22:08:11 +0000 (15:08 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Wed, 26 May 2010 22:23:25 +0000 (15:23 -0700)
commita9159f9e87b518ba0a4ad43db8fdd58a678b3a92
treede5399a37e66a5837857dd1a03ad71aa0f5dec48
parentfd55da21471fbab7e78c12a31b4eba0d33481735
Fix setting the maximum accessed array element

Array dereferences now point to variable dereferences instead of
pointing directly to variables.  This necessitated some changes to the
way the variable is accessed when setting the maximum index array element.
ast_to_hir.cpp