From 5ea6537f43901087abb91e32a5afc96910fabe41 Mon Sep 17 00:00:00 2001 From: Torbjorn Granlund Date: Mon, 13 Jan 2020 13:37:08 +0100 Subject: Amend last change (remove debugging code). --- longlong.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/longlong.h b/longlong.h index 3b39098af..bc3fc81cb 100644 --- a/longlong.h +++ b/longlong.h @@ -1472,7 +1472,7 @@ extern UWtype __MPN(udiv_qrnnd) (UWtype *, UWtype, UWtype, UWtype); #define add_ssaaaa(sh, sl, ah, al, bh, bl) \ do { \ if (__builtin_constant_p (bh) && (bh) == 0) \ - __asm__ ("add%I4c %1,%3,%4\n\taddze %0,%2 // X" \ + __asm__ ("add%I4c %1,%3,%4\n\taddze %0,%2" \ : "=r" (sh), "=&r" (sl) \ : "r" ((UDItype)(ah)), \ "%r" ((UDItype)(al)), "rI" ((UDItype)(bl)) \ -- cgit v1.2.1