@@ -395,13 +395,13 @@ done:
395395
396396; This function from 175.vpr folds an ADDWri into a CSINC.
397397; Remember to clear the kill flag on the ADDWri.
398- define i32 @get_ytrack_to_xtracks () nounwind ssp {
398+ define i32 @get_ytrack_to_xtracks (i1 %arg ) nounwind ssp {
399399entry:
400400 br label %for.body
401401
402402for.body:
403403 %x0 = load i32 , ptr undef , align 4
404- br i1 undef , label %if.then.i146 , label %is_sbox.exit155
404+ br i1 %arg , label %if.then.i146 , label %is_sbox.exit155
405405
406406if.then.i146 :
407407 %add8.i143 = add nsw i32 0 , %x0
@@ -414,7 +414,7 @@ is_sbox.exit155: ; preds = %if.then.i146, %for.
414414 %idxprom15.i152 = sext i32 %seg_offset.0.i151 to i64
415415 %arrayidx18.i154 = getelementptr inbounds i32 , ptr null , i64 %idxprom15.i152
416416 %x1 = load i32 , ptr %arrayidx18.i154 , align 4
417- br i1 undef , label %for.body51 , label %for.body
417+ br i1 %arg , label %for.body51 , label %for.body
418418
419419for.body51: ; preds = %is_sbox.exit155
420420 call fastcc void @get_switch_type (i32 %x1 , i32 undef , i16 signext undef , i16 signext undef , ptr undef )
0 commit comments