Oh GACK! src-clean doesn't quite work that easily since cleandist rebuilds the
[unix-history] / gnu / usr.bin / cc / common / insn-attr.h
CommitLineData
9bf86ebb
PR
1/* Generated automatically by the program `genattr'
2from the machine description file `md'. */
3
4#ifndef PROTO
5#if defined (USE_PROTOTYPES) ? USE_PROTOTYPES : defined (__STDC__)
6#define PROTO(ARGS) ARGS
7#else
8#define PROTO(ARGS) ()
9#endif
10#endif
11#define HAVE_ATTR_alternative
12#define get_attr_alternative(insn) which_alternative
13
14#define ATTR_FLAG_forward 0x1
15#define ATTR_FLAG_backward 0x2
16#define ATTR_FLAG_likely 0x4
17#define ATTR_FLAG_very_likely 0x8
18#define ATTR_FLAG_unlikely 0x10
19#define ATTR_FLAG_very_unlikely 0x20