Home | History | Annotate | Download | only in CodeGen
      1 // RUN: %clang_cc1  %s -emit-llvm -o - | grep getelementptr
      2 
      3 int *test(int *X, int Y) {
      4   return X + Y;
      5 }
      6