diff options
Diffstat (limited to 'js/src/jit/InstructionReordering.h')
-rw-r--r-- | js/src/jit/InstructionReordering.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/js/src/jit/InstructionReordering.h b/js/src/jit/InstructionReordering.h index b43b9f55e9..baa904dfcd 100644 --- a/js/src/jit/InstructionReordering.h +++ b/js/src/jit/InstructionReordering.h @@ -11,8 +11,7 @@ namespace js { namespace jit { -MOZ_MUST_USE bool -ReorderInstructions(MIRGenerator* mir, MIRGraph& graph); +[[nodiscard]] bool ReorderInstructions(MIRGenerator* mir, MIRGraph& graph); } // namespace jit } // namespace js |