From: Andreas Schösser Date: Mon, 12 Mar 2007 12:12:07 +0000 (+0000) Subject: Changed mode_DLu to mode_LLu X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=41bd604de564ef131c5d5f9c2cfcbff1dae9ba78;p=libfirm Changed mode_DLu to mode_LLu --- diff --git a/ir/be/ia32/ia32_spec.pl b/ir/be/ia32/ia32_spec.pl index c7b0ae191..8ca4d41a6 100644 --- a/ir/be/ia32/ia32_spec.pl +++ b/ir/be/ia32/ia32_spec.pl @@ -128,7 +128,7 @@ $arch = "ia32"; { "name" => "xmm7", "type" => 1 }, { "name" => "xmm_NOREG", "type" => 4 | 16 }, # we need a dummy register for NoReg nodes { "name" => "xmm_UKNWN", "type" => 4 | 8 | 16}, # we need a dummy register for Unknown nodes - { "mode" => "mode_DLu" } + { "mode" => "mode_LLu" } ], "vfp" => [ { "name" => "vf0", "type" => 1 | 16 },