Add remaining AVX instructions (most of them dealing with GR64 destinations. This...
[oota-llvm.git] / test / FrontendC / 2003-11-13-TypeSafety.c
1 // RUN: %llvmgcc -xc %s -c -o - | llvm-dis | grep getelementptr
2
3 int *test(int *X, int Y) {
4   return X + Y;
5 }