Fix #3170: Allow coalescing of the same node during register allocation.
The x86 code generator sometimes generates nop moves like movl %vI_a %vI_a, but we'll just ignore them for coalescing purposes instead of emitting an error. It shouldn't hurt anything.
Please register or sign in to comment