Bug 529709 - lirasm: 'not' is a unary operator. r=graydon.

--HG--
extra : convert_revision : f26d4cf0e8091d41ecb5b48b849d63dce56ec259
This commit is contained in:
Nicholas Nethercote 2009-11-23 11:01:02 +11:00
Родитель 26422f6260
Коммит f151b1b1a7
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -873,6 +873,7 @@ FragmentAssembler::assembleFragment(LirTokenStream &in, bool implicitBegin, cons
case LIR_flive:
case LIR_neg:
case LIR_fneg:
case LIR_not:
case LIR_qlo:
case LIR_qhi:
case LIR_ov:
@ -906,7 +907,6 @@ FragmentAssembler::assembleFragment(LirTokenStream &in, bool implicitBegin, cons
case LIR_qiand:
case LIR_qior:
case LIR_qxor:
case LIR_not:
case LIR_lsh:
case LIR_rsh:
case LIR_ush: