another fix
authorMatthias Braun <matze@braunis.de>
Thu, 19 Apr 2007 09:33:19 +0000 (09:33 +0000)
committerMatthias Braun <matze@braunis.de>
Thu, 19 Apr 2007 09:33:19 +0000 (09:33 +0000)
[r13401]

ir/be/ia32/ia32_emitter.c

index 68905ea..7d8dc2c 100644 (file)
@@ -1584,7 +1584,7 @@ void Copy_emitter(ia32_emit_env_t *env, const ir_node *node, const ir_node *op)
                return;
 
        mode = get_irn_mode(node);
-       if (mode == mode_LLu) {
+       if (mode == mode_E) {
                be_emit_cstring(env, "\tmovsd ");
                ia32_emit_source_register(env, node, 0);
                be_emit_cstring(env, ", ");