Mark Mitchell <mark@codesourcery.com> writes: > Do any of GCC's currently supported targets have a predicated call > instruction that GCC will use when appropriate? IA-64. On a stage3 cc1, objdump -d cc1 | grep br.call | grep '(p' | wc I see 887 predicated call instructions. Jim