From e260b036866572847c89a059cc4ee54b59c11d73 Mon Sep 17 00:00:00 2001 From: seyko Date: Tue, 6 Jan 2015 22:59:19 +0300 Subject: 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. --- tests/asmtest.S | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/asmtest.S') diff --git a/tests/asmtest.S b/tests/asmtest.S index f73878f..e235c80 100644 --- a/tests/asmtest.S +++ b/tests/asmtest.S @@ -244,6 +244,8 @@ L3: seto %al + setc %al + setcb %al setnp 0x1000 setl 0xaaaa setg %dl -- cgit v1.3.1