Revert "[llvm] Improve llvm.objectsize computation by computing GEP, alloca and mallo...
[llvm-project.git] / clang / test / CodeGen / 2002-09-08-PointerShifts.c
blob7d1ba6e90fe43ef66b383592150359a538fc33f2
1 // RUN: %clang_cc1 -emit-llvm %s -o /dev/null
4 int foo(int *A, unsigned X) {
5 return A[X];