Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / compiler-rt / test / profile / profile_test.h
blob557db99abb51ff675684ddc4feae20bfaec88194
3 #ifndef PROFILE_TEST_H
4 #define PROFILE_TEST_H
6 #if defined(_MSC_VER)
7 # define ALIGNED(x) __declspec(align(x))
8 #else // _MSC_VER
9 # define ALIGNED(x) __attribute__((aligned(x)))
10 #endif
12 #endif // PROFILE_TEST_H