On Thu, May 3, 2012 at 3:30 PM, Matt Davis wrote:
> I have been fighting with a simple problem for the past few nights. In my
> GIMPLE pass I create a variable, an ssa name for that variable, and then
> assign
> it to the LHS of a call I build:
>
> call = gimple_build_call(fndecl, 0);
> decl =
I have been fighting with a simple problem for the past few nights. In my
GIMPLE pass I create a variable, an ssa name for that variable, and then assign
it to the LHS of a call I build:
call = gimple_build_call(fndecl, 0);
decl = create_tmp_var(TREE_TYPE(TREE_TYPE(test_decode_fndecl)), "FOO"