use SUBREG_TO_REG instead of INSERT_SUBREG, this way the code
[llvm/systemz.git] / test / FrontendC / hidden-visibility.c
blobfc2ae444b40438475b4450ce71ed99fe396c1c05
1 // RUN: %llvmgcc %s -emit-llvm -S -o - | grep {hidden global}
3 int X __attribute__ ((__visibility__ ("hidden"))) = 123;