author | Matthew Gaudet <mgaudet@mozilla.com> |
Fri, 26 Oct 2018 15:41:12 +0000 | |
changeset 443202 | 8647ba30013ab5466fdb6afa82259a162e9f3ad1 |
parent 443201 | bb39d23d1da6547ad386ad94bae1a76938862f02 |
child 443203 | 1c2afde752e7eb78e6d4b4ebe10b1f1e3c3842f7 |
push id | 34944 |
push user | ncsoregi@mozilla.com |
push date | Sat, 27 Oct 2018 09:49:55 +0000 |
treeherder | mozilla-central@49d47a692ca4 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | IainIreland |
bugs | 1502159 |
milestone | 65.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/js/src/jit/JitSpewer.h +++ b/js/src/jit/JitSpewer.h @@ -120,18 +120,16 @@ enum JitSpewChannel { class BacktrackingAllocator; class MDefinition; class MIRGenerator; class MIRGraph; class TempAllocator; // The JitSpewer is only available on debug builds. // None of the global functions have effect on non-debug builds. -static const int NULL_ID = -1; - #ifdef JS_JITSPEW // Class made to hold the MIR and LIR graphs of an Wasm / Ion compilation. class GraphSpewer { private: MIRGraph* graph_; LSprinter c1Printer_;