diff options
Diffstat (limited to 'test/CodeGen/X86/2012-10-03-DAGCycle.ll')
-rw-r--r-- | test/CodeGen/X86/2012-10-03-DAGCycle.ll | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/test/CodeGen/X86/2012-10-03-DAGCycle.ll b/test/CodeGen/X86/2012-10-03-DAGCycle.ll index 72083c7..da92565 100644 --- a/test/CodeGen/X86/2012-10-03-DAGCycle.ll +++ b/test/CodeGen/X86/2012-10-03-DAGCycle.ll @@ -12,14 +12,14 @@ target triple = "x86_64-apple-macosx10.8.0" define fastcc void @bar(%struct.pluto.0* %arg) nounwind uwtable ssp align 2 { bb: %tmp1 = alloca %struct.widget.375, align 8 - %tmp2 = getelementptr inbounds %struct.pluto.0* %arg, i64 0, i32 1 - %tmp3 = load %struct.hoge.368** %tmp2, align 8 + %tmp2 = getelementptr inbounds %struct.pluto.0, %struct.pluto.0* %arg, i64 0, i32 1 + %tmp3 = load %struct.hoge.368*, %struct.hoge.368** %tmp2, align 8 store %struct.pluto.0* %arg, %struct.pluto.0** undef, align 8 - %tmp = getelementptr inbounds %struct.widget.375* %tmp1, i64 0, i32 2 - %tmp4 = getelementptr %struct.pluto.0* %arg, i64 0, i32 0, i32 0 - %tmp5 = load %i8** %tmp4, align 8 + %tmp = getelementptr inbounds %struct.widget.375, %struct.widget.375* %tmp1, i64 0, i32 2 + %tmp4 = getelementptr %struct.pluto.0, %struct.pluto.0* %arg, i64 0, i32 0, i32 0 + %tmp5 = load %i8*, %i8** %tmp4, align 8 store %i8* %tmp5, %i8** %tmp, align 8 - %tmp6 = getelementptr inbounds %struct.widget.375* %tmp1, i64 0, i32 3 + %tmp6 = getelementptr inbounds %struct.widget.375, %struct.widget.375* %tmp1, i64 0, i32 3 store %struct.hoge.368* %tmp3, %struct.hoge.368** %tmp6, align 8 br i1 undef, label %bb8, label %bb7 |