remove obsolete assertion from negateRR

This commit is contained in:
Joel Dice 2009-01-29 18:43:18 -07:00
parent 1c3504b62a
commit 8dca14af74

View File

@ -650,7 +650,6 @@ negateRR(Context* c, unsigned aSize, Assembler::Register* a,
unsigned bSize UNUSED, Assembler::Register* b UNUSED)
{
assert(c, aSize == bSize);
assert(c, a == b);
negateR(c, aSize, a);
}