diff options
Diffstat (limited to 'test/CodeGen/ARM/2011-03-10-DAGCombineCrash.ll')
-rw-r--r-- | test/CodeGen/ARM/2011-03-10-DAGCombineCrash.ll | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/CodeGen/ARM/2011-03-10-DAGCombineCrash.ll b/test/CodeGen/ARM/2011-03-10-DAGCombineCrash.ll index 81babe0..c447a1f 100644 --- a/test/CodeGen/ARM/2011-03-10-DAGCombineCrash.ll +++ b/test/CodeGen/ARM/2011-03-10-DAGCombineCrash.ll @@ -17,10 +17,10 @@ bb: ; preds = %entry bb1: ; preds = %entry %0 = call %struct.ui* @vn_pp_to_ui(i32* undef) nounwind call void @llvm.memset.p0i8.i32(i8* undef, i8 0, i32 40, i32 4, i1 false) - %1 = getelementptr inbounds %struct.ui* %0, i32 0, i32 0 + %1 = getelementptr inbounds %struct.ui, %struct.ui* %0, i32 0, i32 0 store %struct.mo* undef, %struct.mo** %1, align 4 - %2 = getelementptr inbounds %struct.ui* %0, i32 0, i32 5 - %3 = load i64* %2, align 4 + %2 = getelementptr inbounds %struct.ui, %struct.ui* %0, i32 0, i32 5 + %3 = load i64, i64* %2, align 4 %4 = call i32 @mo_create_nnm(%struct.mo* undef, i64 %3, i32** undef) nounwind br i1 undef, label %bb3, label %bb2 |