Commit cda0ec81 by Richard Kenner

(expand_builtin, case BUILT_INT_CONSTANT_P): Add missing call to

TREE_CODE.

From-SVN: r1745
parent b2f15f94
......@@ -5269,7 +5269,7 @@ expand_builtin (exp, target, subtarget, mode, ignore)
if (arglist == 0)
return const0_rtx;
else
return (TREE_CODE_CLASS (TREE_VALUE (arglist)) == 'c'
return (TREE_CODE_CLASS (TREE_CODE (TREE_VALUE (arglist))) == 'c'
? const1_rtx : const0_rtx);
case BUILT_IN_FRAME_ADDRESS:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment