From 28940713d99ed18cdf650334cf768158bba71dda Mon Sep 17 00:00:00 2001 From: lemon Date: Sun, 9 Nov 2025 12:01:07 +0100 Subject: amd64: get rid of xinc/xdec. handle those at emit stage --- ir/op.def | 2 -- 1 file changed, 2 deletions(-) (limited to 'ir/op.def') diff --git a/ir/op.def b/ir/op.def index 9e18fe7..0c94d09 100644 --- a/ir/op.def +++ b/ir/op.def @@ -70,7 +70,5 @@ _(intrin, 2) _(phi, 1) _(swap, 2) /* machine-specific instructions */ -_(xinc, 1) -_(xdec, 1) _(xsave, 1) _(xrestore, 1) -- cgit v1.2.3