Add qdf24xx base tuning support.
[official-gcc.git] / gcc / testsuite / gcc.dg / tree-ssa / operand-equal-1.c
blob09e9302ac16117f9d762af4437eedf605b83e9d3
1 /* { dg-do compile } */
2 /* { dg-options "-O2 -fdump-tree-pre" } */
3 struct a {int a,b;};
4 struct a ret(int val)
6 return val? (struct a){} : (struct a){};
8 /* { dg-final { scan-tree-dump-not "if " "pre"} } */