Remove wasteful caching. This isn't needed for correctness because any function
[llvm.git] / test / FrontendC / 2003-03-03-DeferredType.c
blob9e60df6f6a0a40847b1f38f23c0e9f48fd768c97
1 // RUN: %llvmgcc -S %s -o - | llvm-as -o /dev/null
6 struct foo A;
8 struct foo {
9 int x;
10 double D;