repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
compiler-rt
/
test
/
profile
/
profile_test.h
blob
557db99abb51ff675684ddc4feae20bfaec88194
1
2
3
#ifndef PROFILE_TEST_H
4
#define PROFILE_TEST_H
5
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
11
12
#endif
// PROFILE_TEST_H