Allow tcc to understand a setob,... opcodes as alias to seto,...

PS: http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20101122/112576.html
This is fix PR8686 for llvm: accepting a 'b' suffix at the end
of all the setcc instructions.
This commit is contained in:
seyko
2015-01-06 22:59:19 +03:00
parent c334b59142
commit e260b03686
5 changed files with 39 additions and 34 deletions

View File

@ -172,10 +172,11 @@
DEF_ASM(lcall)
DEF_ASM(ljmp)
DEF_ASMTEST(j)
DEF_ASMTEST(j,)
DEF_ASMTEST(set)
DEF_ASMTEST(cmov)
DEF_ASMTEST(set,)
DEF_ASMTEST(set,b)
DEF_ASMTEST(cmov,)
DEF_WLX(bsf)
DEF_WLX(bsr)