add call to hadnle 64bit arithmetic lowering
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Thu, 11 May 2006 14:22:34 +0000 (14:22 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Thu, 11 May 2006 14:22:34 +0000 (14:22 +0000)
ir/be/ia32/bearch_ia32.c

index 915c90e..bf3d6a9 100644 (file)
@@ -1138,6 +1138,8 @@ static void *ia32_init(FILE *file_handle) {
        isa->name_obst_size = 0;
 #endif /* NDEBUG */
 
+       ia32_handle_intrinsics();
+       ia32_switch_section(NULL, NO_SECTION);
        fprintf(isa->out, "\t.intel_syntax\n");
 
        inited = 1;