summaryrefslogtreecommitdiff
path: root/src/ir/effects.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ir/effects.h')
-rw-r--r--src/ir/effects.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ir/effects.h b/src/ir/effects.h
index ef9aceb37..b1b4c7053 100644
--- a/src/ir/effects.h
+++ b/src/ir/effects.h
@@ -1193,4 +1193,8 @@ public:
} // namespace wasm
+namespace std {
+std::ostream& operator<<(std::ostream& o, wasm::EffectAnalyzer& effects);
+} // namespace std
+
#endif // wasm_ir_effects_h