From 457611e27ae9f826220b620f4b905825f3aab39c Mon Sep 17 00:00:00 2001 From: Matthias Braun Date: Sat, 25 Oct 2008 19:30:41 +0000 Subject: [PATCH] mark ebp output of leave as ignore [r23186] --- ir/be/ia32/ia32_spec.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ir/be/ia32/ia32_spec.pl b/ir/be/ia32/ia32_spec.pl index 61b6b4060..192ebfee3 100644 --- a/ir/be/ia32/ia32_spec.pl +++ b/ir/be/ia32/ia32_spec.pl @@ -1400,7 +1400,7 @@ Enter => { }, Leave => { - reg_req => { in => [ "ebp" ], out => [ "ebp", "esp:I|S" ] }, + reg_req => { in => [ "ebp" ], out => [ "ebp:I", "esp:I|S" ] }, emit => '. leave', outs => [ "frame", "stack" ], latency => 3, -- 2.20.1