summaryrefslogtreecommitdiff
path: root/compiler/optimizing/nodes.h
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/optimizing/nodes.h')
-rw-r--r--compiler/optimizing/nodes.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/optimizing/nodes.h b/compiler/optimizing/nodes.h
index eece2e4b08..7ed5bca947 100644
--- a/compiler/optimizing/nodes.h
+++ b/compiler/optimizing/nodes.h
@@ -6948,6 +6948,8 @@ class HStringBuilderAppend final : public HVariableInputSizeInstruction {
bool CanThrow() const override { return true; }
+ bool CanBeNull() const override { return false; }
+
DECLARE_INSTRUCTION(StringBuilderAppend);
protected: