use SUBREG_TO_REG instead of INSERT_SUBREG, this way the code
[llvm/systemz.git] / test / FrontendC / 2007-03-26-ZeroWidthBitfield.c
blob89bfb8e1cb09a9a286455b6dd7392bfb82b06f04
1 // RUN: %llvmgcc %s -S -o -
2 struct Z { int :0; } z;