diff options
Diffstat (limited to 'test/CodeGen/X86/2006-10-12-CycleInDAG.ll')
-rw-r--r-- | test/CodeGen/X86/2006-10-12-CycleInDAG.ll | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/CodeGen/X86/2006-10-12-CycleInDAG.ll b/test/CodeGen/X86/2006-10-12-CycleInDAG.ll index 3b987ac..7a32ef7 100644 --- a/test/CodeGen/X86/2006-10-12-CycleInDAG.ll +++ b/test/CodeGen/X86/2006-10-12-CycleInDAG.ll @@ -29,10 +29,10 @@ bb441: ; preds = %cond_next330 ret void cond_next472: ; preds = %cond_next330 - %tmp490 = load %struct.tree_node** null ; <%struct.tree_node*> [#uses=1] - %tmp492 = getelementptr %struct.tree_node* %tmp490, i32 0, i32 0, i32 0, i32 3 ; <i8*> [#uses=1] + %tmp490 = load %struct.tree_node*, %struct.tree_node** null ; <%struct.tree_node*> [#uses=1] + %tmp492 = getelementptr %struct.tree_node, %struct.tree_node* %tmp490, i32 0, i32 0, i32 0, i32 3 ; <i8*> [#uses=1] %tmp492.upgrd.1 = bitcast i8* %tmp492 to i32* ; <i32*> [#uses=1] - %tmp493 = load i32* %tmp492.upgrd.1 ; <i32> [#uses=1] + %tmp493 = load i32, i32* %tmp492.upgrd.1 ; <i32> [#uses=1] %tmp495 = trunc i32 %tmp493 to i8 ; <i8> [#uses=1] %tmp496 = icmp eq i8 %tmp495, 11 ; <i1> [#uses=1] %tmp496.upgrd.2 = zext i1 %tmp496 to i8 ; <i8> [#uses=1] |