Skip to content
Commit 23eb468b authored by Craig Topper's avatar Craig Topper
Browse files

Fix assembling of xchg %eax, %eax to not use the NOP encoding of 0x90. This...

Fix assembling of xchg %eax, %eax to not use the NOP encoding of 0x90. This was done by creating a new register group that excludes AX registers. Fixes PR10345. Also added aliases for flipping the order of the operands of xchg <reg>, %eax.

llvm-svn: 141274
parent 540017e5
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment