1 /* Validate that r3 may be used as the literal pool pointer. Test that only on
2 64-bit for z900 to simplify the test. It's not really different on 31-bit
5 /* { dg-do compile { target { lp64 } } } */
6 /* { dg-options "-march=z900 -O2" } */
9 const int c
= 0x12345678u
;
16 /* { dg-final { scan-assembler-times "\tlarl\t%r3,.L\[0-9\]" 1 } } */