Remove wasteful caching. This isn't needed for correctness because any function
[llvm.git] / test / FrontendC / 2002-01-23-LoadQISIReloadFailure.c
blob1779a99942ea5c61955249f6edf8b566e7490f21
1 // RUN: %llvmgcc -S %s -o - | llvm-as -o /dev/null
3 /* Regression test. Just compile .c -> .ll to test */
4 int foo(void) {
5 unsigned char *pp;
6 unsigned w_cnt;
8 w_cnt += *pp;
10 return w_cnt;