Remove not needed __builtin_expect due to malloc predictor.
[official-gcc.git] / gcc / testsuite / gcc.target / mips / umips-attr.c
blobf8c4517c5604279d52dd388699bf347e31495f9a
1 /* { dg-options "(-mmicromips)" } */
3 int MICROMIPS
4 foo (int a)
6 return a;
9 int NOMICROMIPS
10 foo2 (int a)
12 return a;