Fix error handling of logic operators.
authorEric Anholt <eric@anholt.net>
Thu, 1 Apr 2010 03:05:32 +0000 (17:05 -1000)
committerIan Romanick <ian.d.romanick@intel.com>
Fri, 2 Apr 2010 18:22:41 +0000 (11:22 -0700)
commitebbf14b9801d577adf40dcb0b63df2d3b8da934e
treed8887721871f6f321f08f6ae96665a98d72ae8f2
parent183d8c63947fcfab45c9f2a8a8a6fc311e8b1552
Fix error handling of logic operators.

They were always throwing a type error because type wasn't being set.
ast_to_hir.cpp