Bug 903501 - part 6 - mark DebugOnly variable in TryToSpecializeBinaryArithOp; r=jandem

This commit is contained in:
Nathan Froyd 2013-08-09 12:28:19 -04:00
parent 154a93e80e
commit c98961950d

View File

@ -6,6 +6,8 @@
#include "jit/BaselineInspector.h"
#include "mozilla/DebugOnly.h"
#include "jit/BaselineIC.h"
using namespace js;
@ -228,7 +230,7 @@ TryToSpecializeBinaryArithOp(ICStub **stubs,
uint32_t nstubs,
MIRType *result)
{
bool sawInt32 = false;
DebugOnly<bool> sawInt32 = false;
bool sawDouble = false;
bool sawOther = false;