Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / PCH / designated-init.c
blobbeb4dffe6144bf2b9b37d7f509be67293b8e34fa
1 // Test this without pch.
2 // RUN: %clang_cc1 %s -include %s.h -emit-llvm -o %t.withoutpch.ll
4 // Test with pch.
5 // RUN: %clang_cc1 %s.h -emit-pch -o %t.pch
6 // RUN: %clang_cc1 %s -include-pch %t.pch -emit-llvm -o %t.withpch.ll
7 // RUN: diff %t.withoutpch.ll %t.withpch.ll