diff options
Diffstat (limited to 'test/CodeGen/X86/2008-01-08-SchedulerCrash.ll')
-rw-r--r-- | test/CodeGen/X86/2008-01-08-SchedulerCrash.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/X86/2008-01-08-SchedulerCrash.ll b/test/CodeGen/X86/2008-01-08-SchedulerCrash.ll index 9b9b781..7da85d3 100644 --- a/test/CodeGen/X86/2008-01-08-SchedulerCrash.ll +++ b/test/CodeGen/X86/2008-01-08-SchedulerCrash.ll @@ -20,14 +20,14 @@ bb917: ; preds = %entry bb951: ; preds = %bb986, %entry %tmp955 = sdiv i32 %offset, 2 ; <i32> [#uses=3] - %tmp961 = getelementptr %struct.indexentry* null, i32 %tmp955, i32 0 ; <i32*> [#uses=1] + %tmp961 = getelementptr %struct.indexentry, %struct.indexentry* null, i32 %tmp955, i32 0 ; <i32*> [#uses=1] br i1 %cond, label %bb986, label %bb967 bb967: ; preds = %bb951 ret i32 0 bb986: ; preds = %bb951 - %tmp993 = load i32* %tmp961, align 4 ; <i32> [#uses=1] + %tmp993 = load i32, i32* %tmp961, align 4 ; <i32> [#uses=1] %tmp995 = icmp ugt i32 %tmp993, %tmp910 ; <i1> [#uses=2] %tmp1002 = add i32 %tmp955, 1 ; <i32> [#uses=1] %low.0 = select i1 %tmp995, i32 0, i32 %tmp1002 ; <i32> [#uses=1] |