diff options
Diffstat (limited to 'compiler/optimizing/nodes.h')
-rw-r--r-- | compiler/optimizing/nodes.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/optimizing/nodes.h b/compiler/optimizing/nodes.h index d15e40aeff..125f86be81 100644 --- a/compiler/optimizing/nodes.h +++ b/compiler/optimizing/nodes.h @@ -2145,6 +2145,7 @@ class HInstruction : public ArenaObject<kArenaAllocInstruction> { virtual ~HInstruction() {} + std::ostream& Dump(std::ostream& os, bool dump_args = false); HInstruction* GetNext() const { return next_; } HInstruction* GetPrevious() const { return previous_; } |