Don't analyze block if it's not considered for ifcvt anymore.
[llvm/stm8.git] / test / FrontendC / 2003-11-13-TypeSafety.c
blob9b76bb11c984472ffcd38ea625039f6e1872d3a8
1 // RUN: %llvmgcc -xc %s -S -o - | grep getelementptr
3 int *test(int *X, int Y) {
4 return X + Y;