Renamed ia32 Push0 to PushEax (because this is the generated instruction).
[libfirm] / ir / be / ia32 / ia32_spec.pl
index 644f649..37a19be 100644 (file)
@@ -1363,7 +1363,7 @@ Push => {
        units     => [ "GP" ],
 },
 
-Push0 => {
+PushEax => {
        state   => "exc_pinned",
        reg_req => { in => [ "esp" ], out => [ "esp:I|S" ] },
        ins     => [ "stack" ],