summaryrefslogtreecommitdiff
path: root/js/src/jit/LICM.h
diff options
context:
space:
mode:
Diffstat (limited to 'js/src/jit/LICM.h')
-rw-r--r--js/src/jit/LICM.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/src/jit/LICM.h b/js/src/jit/LICM.h
index 3c8117bd19..64569450fd 100644
--- a/js/src/jit/LICM.h
+++ b/js/src/jit/LICM.h
@@ -16,7 +16,7 @@ namespace jit {
class MIRGenerator;
class MIRGraph;
-MOZ_MUST_USE bool LICM(MIRGenerator* mir, MIRGraph& graph);
+[[nodiscard]] bool LICM(MIRGenerator* mir, MIRGraph& graph);
} // namespace jit
} // namespace js