|
48 | 48 | cflags(DumpInline, bool, false, DumpInline) \
|
49 | 49 | cflags(CompilerDirectivesIgnoreCompileCommands, bool, CompilerDirectivesIgnoreCompileCommands, X) \
|
50 | 50 | cflags(DisableIntrinsic, ccstrlist, DisableIntrinsic, DisableIntrinsic) \
|
51 |
| - cflags(ControlIntrinsic, ccstrlist, ControlIntrinsic, ControlIntrinsic) |
| 51 | + cflags(ControlIntrinsic, ccstrlist, ControlIntrinsic, ControlIntrinsic) \ |
| 52 | + cflags(RepeatCompilation, intx, RepeatCompilation, RepeatCompilation) |
52 | 53 |
|
53 | 54 | #ifdef COMPILER1
|
54 | 55 | #define compilerdirectives_c1_flags(cflags)
|
|
64 | 65 | NOT_PRODUCT(cflags(TraceOptoPipelining, bool, TraceOptoPipelining, TraceOptoPipelining)) \
|
65 | 66 | NOT_PRODUCT(cflags(TraceOptoOutput, bool, TraceOptoOutput, TraceOptoOutput)) \
|
66 | 67 | NOT_PRODUCT(cflags(PrintIdeal, bool, PrintIdeal, PrintIdeal)) \
|
67 |
| -NOT_PRODUCT(cflags(IGVPrintLevel, intx, PrintIdealGraphLevel, IGVPrintLevel)) \ |
68 | 68 | cflags(TraceSpilling, bool, TraceSpilling, TraceSpilling) \
|
69 | 69 | cflags(Vectorize, bool, false, Vectorize) \
|
70 |
| - cflags(VectorizeDebug, uintx, 0, VectorizeDebug) \ |
71 | 70 | cflags(CloneMapDebug, bool, false, CloneMapDebug) \
|
| 71 | +NOT_PRODUCT(cflags(IGVPrintLevel, intx, PrintIdealGraphLevel, IGVPrintLevel)) \ |
| 72 | + cflags(VectorizeDebug, uintx, 0, VectorizeDebug) \ |
72 | 73 | cflags(MaxNodeLimit, intx, MaxNodeLimit, MaxNodeLimit)
|
73 | 74 | #else
|
74 | 75 | #define compilerdirectives_c2_flags(cflags)
|
|
0 commit comments