Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / OpenMP / Inputs / declare-simd-fix.h
blob508818cf70543d821c430f81552ec8fd4fe315e5
1 #ifndef LLVM_CLANG_TEST_OPENMP_INPUTS_DECLARE_SIMD_FIX_H
2 #define LLVM_CLANG_TEST_OPENMP_INPUTS_DECLARE_SIMD_FIX_H
4 #pragma omp declare simd
5 float foo(float a, float b, int c);
6 float bar(float a, float b, int c);
8 #endif