Handle T_HRESULT types in CodeView records
[official-gcc.git] / gcc / testsuite / gcc.target / powerpc / r2_shrink-wrap.c
bloba74da38740becf7f0abe07067f4a6ba6e964b23c
1 /* { dg-do compile { target lp64 } } */
2 /* { dg-options "-O2 -fdump-rtl-pro_and_epilogue -mno-pcrel" } */
4 /* Verify we move the prologue past the TOC reference of 'j' and shrink-wrap
5 the function. */
6 void bar();
7 int j;
8 void foo(int i)
10 j = i;
11 if (i > 0)
13 bar();
17 /* { dg-final { scan-rtl-dump-times "Performing shrink-wrapping" 1 "pro_and_epilogue" } } */