repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Warn pointer to signed integer cast for ilp32
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
nop.h
blob
a0c19a344141c26a0a297fe1e8642614c3254adc
1
#if defined (__ia64__) || defined (__s390__) || defined (__s390x__)
2
#define NOP
"nop 0"
3
#elif defined (__MMIX__)
4
#define NOP
"swym 0"
5
#else
6
#define NOP
"nop"
7
#endif