Skip to content
Commit 7e8a99b1 authored by Chris Lattner's avatar Chris Lattner
Browse files

fix PR8686, accepting a 'b' suffix at the end of all the setcc

instructions.  I choose to handle this with an asmparser hack,
though it could be handled by changing all the instruction definitions
to allow be "setneb" instead of "setne".  The asm parser hack is
better in this case, because we want the disassembler to produce
setne, not setneb.

llvm-svn: 120260
parent a7e04b04
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