diff options
Diffstat (limited to 'src/compiler/CompilerIR.h')
| -rw-r--r-- | src/compiler/CompilerIR.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/compiler/CompilerIR.h b/src/compiler/CompilerIR.h index 953e3b11d8..6bda52220c 100644 --- a/src/compiler/CompilerIR.h +++ b/src/compiler/CompilerIR.h @@ -449,6 +449,8 @@ typedef enum OpKind { kOpInvalid, } OpKind; +std::ostream& operator<<(std::ostream& os, const OpKind& kind); + typedef enum ConditionCode { kCondEq, kCondNe, |