From cf722844440fea05c1700d1691bdaf1135e6e6ca Mon Sep 17 00:00:00 2001 From: Tee-Kiah Chia Date: Sun, 18 Jan 2015 12:39:36 +0800 Subject: copt: fix a minor glitch in copt/rules.86 --- copt/rules.86 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/copt/rules.86 b/copt/rules.86 index 9ec1235..a39ec06 100644 --- a/copt/rules.86 +++ b/copt/rules.86 @@ -350,7 +350,7 @@ mov %3,%2 mov %1,%1 = -!mov %1,%1 +# poof # Sometimes the compiler puts a jump right after a ret or another jump # (in if-else-if constructions). Eliminate the second unnecessary jump. @@ -360,7 +360,7 @@ mov %1,%1 jmp .%1 jmp .%2 = -jmp %1 +jmp .%1 ret jmp %2 @@ -473,7 +473,7 @@ pop bx pop cx pop dx = -! push/pop float +# poof # Long right shift by 16 unsigned mov ax,%1 -- cgit v1.2.1