lower_intrinsics() now has an additional parameter alloweing part_block() to be used
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Thu, 9 Aug 2007 13:48:02 +0000 (13:48 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Thu, 9 Aug 2007 13:48:02 +0000 (13:48 +0000)
[r15511]

ir/be/arm/bearch_arm.c

index e75651c..036aede 100644 (file)
@@ -739,7 +739,7 @@ static void arm_handle_intrinsics(void) {
        }
 
        if (n_records > 0)
-               lower_intrinsics(records, n_records);
+               lower_intrinsics(records, n_records, /*part_block_used=*/0);
 }
 
 /*****************************************************************