Fix an x86 code generation bug (#5393). In fact, there were two bugs
in X86.CodeGen.getNonClobberedOperand: two code fragments were the wrong way around, and we were using the wrong size on an instruction (32 bits instead of the word size). This bit of the code generator must have never worked!
Please register or sign in to comment