projects
/
platform
/
upstream
/
gcc48.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
remove unused files
[platform/upstream/gcc48.git]
/
gcc
/
testsuite
/
gcc.dg
/
nop.h
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