use SUBREG_TO_REG instead of INSERT_SUBREG, this way the code
[llvm/systemz.git] / test / FrontendC / 2003-08-23-LocalUnionTest.c
blobdc27802623ae5756130f77ade8f7fb365a78d310
1 // RUN: %llvmgcc -S %s -o - | llvm-as -f -o /dev/null
5 union foo { int X; };
7 int test(union foo* F) {
9 union foo { float X; } A;