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]
/
clang
/
test
/
Modules
/
Inputs
/
macros_left.h
blob
076b0464e6c6cdc8eb848aec11c868aaaf1f12c2
1
@import macros_top
;
2
#define LEFT unsigned long
3
4
#undef TOP_LEFT_UNDEF
5
6
7
8
9
#define LEFT_RIGHT_IDENTICAL int
10
11
#define LEFT_RIGHT_DIFFERENT2 float
12
#define LEFT_RIGHT_DIFFERENT3 float
13
14
#define LEFT_RIGHT_DIFFERENT float
15
16
#define FN_ADD(a,b) (a+b)