Revert "make reciprocal estimate code generation more flexible by adding command...
[oota-llvm.git] / test / CodeGen / X86 / 2007-10-15-CoalescerCrash.ll
index 1e4ae8464586913d0225525dc0023a9ee8790128..c6eb6f0f0d7a26fa7905be3c0982f3f5149b1e52 100644 (file)
@@ -362,7 +362,7 @@ bb1159:             ; preds = %cond_next1150
 
 cond_true1169:         ; preds = %bb1159
        %tmp11741175 = trunc i64 %lsum.11225.0 to i32           ; <i32> [#uses=1]
-       %tmp1178 = tail call i32 (%struct._IO_FILE* noalias , i8* noalias , ...)* @fprintf( %struct._IO_FILE* %file noalias , i8* getelementptr ([49 x i8]* @.str32, i32 0, i64 0) noalias , i32 %tmp11741175, i32 0 )          ; <i32> [#uses=0]
+       %tmp1178 = tail call i32 (%struct._IO_FILE*  , i8*  , ...) @fprintf( %struct._IO_FILE* noalias %file  , i8* getelementptr ([49 x i8], [49 x i8]* @.str32, i32 0, i64 0)  , i32 %tmp11741175, i32 0 )            ; <i32> [#uses=0]
        ret void
 
 UnifiedReturnBlock:            ; preds = %bb1159
@@ -379,9 +379,9 @@ declare i32 @reg_preferred_class(i32)
 
 declare i32 @reg_alternate_class(i32)
 
-declare i8 @maybe_hot_bb_p(%struct.basic_block_def*) zeroext 
+declare zeroext i8 @maybe_hot_bb_p(%struct.basic_block_def*)  
 
-declare i8 @probably_never_executed_bb_p(%struct.basic_block_def*) zeroext 
+declare zeroext i8 @probably_never_executed_bb_p(%struct.basic_block_def*)  
 
 declare void @dump_regset(%struct.bitmap_head_def*, %struct._IO_FILE*)