Mercurial > hg > CbC > CbC_llvm
diff test/CodeGen/X86/2008-04-09-BranchFolding.ll @ 95:afa8332a0e37 LLVM3.8
LLVM 3.8
author | Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 13 Oct 2015 17:48:58 +0900 |
parents | 95c75e76d11b |
children | 803732b1fca8 |
line wrap: on
line diff
--- a/test/CodeGen/X86/2008-04-09-BranchFolding.ll Wed Feb 18 14:56:07 2015 +0900 +++ b/test/CodeGen/X86/2008-04-09-BranchFolding.ll Tue Oct 13 17:48:58 2015 +0900 @@ -16,7 +16,7 @@ bb17.i: ; preds = %bb140 ret %struct.tree_node* null bb143: ; preds = %entry - %tmp8.i43 = load %struct.tree_node** null, align 4 ; <%struct.tree_node*> [#uses=1] + %tmp8.i43 = load %struct.tree_node*, %struct.tree_node** null, align 4 ; <%struct.tree_node*> [#uses=1] br i1 %tmp3.i40, label %bb160, label %bb9.i48 bb9.i48: ; preds = %bb143 ret %struct.tree_node* null @@ -39,7 +39,7 @@ bb273.i: ; preds = %bb226.i ret %struct.tree_node* null bb260: ; preds = %bb226.i - tail call void (i8*, i32, ...)* @pedwarn_with_file_and_line( i8* %file.0, i32 %line.0, i8* null ) nounwind + tail call void (i8*, i32, ...) @pedwarn_with_file_and_line( i8* %file.0, i32 %line.0, i8* null ) nounwind ret %struct.tree_node* null bb344: ; preds = %bb174 ret %struct.tree_node* null