summaryrefslogtreecommitdiff
path: root/js/src/jit/FoldLinearArithConstants.h
diff options
context:
space:
mode:
Diffstat (limited to 'js/src/jit/FoldLinearArithConstants.h')
-rw-r--r--js/src/jit/FoldLinearArithConstants.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/js/src/jit/FoldLinearArithConstants.h b/js/src/jit/FoldLinearArithConstants.h
index 2a493e1b9e..67a0980b6c 100644
--- a/js/src/jit/FoldLinearArithConstants.h
+++ b/js/src/jit/FoldLinearArithConstants.h
@@ -12,8 +12,7 @@
namespace js {
namespace jit {
-MOZ_MUST_USE bool
-FoldLinearArithConstants(MIRGenerator* mir, MIRGraph& graph);
+[[nodiscard]] bool FoldLinearArithConstants(MIRGenerator* mir, MIRGraph& graph);
} /* namespace jit */
} /* namespace js */