diff options
Diffstat (limited to 'test/Transforms/IndVarSimplify/2011-09-27-hoistsext.ll')
-rw-r--r-- | test/Transforms/IndVarSimplify/2011-09-27-hoistsext.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Transforms/IndVarSimplify/2011-09-27-hoistsext.ll b/test/Transforms/IndVarSimplify/2011-09-27-hoistsext.ll index 0737489..f0765e7 100644 --- a/test/Transforms/IndVarSimplify/2011-09-27-hoistsext.ll +++ b/test/Transforms/IndVarSimplify/2011-09-27-hoistsext.ll @@ -17,8 +17,8 @@ for.body: %i2.115 = phi i32 [ 0, %entry ], [ %add249, %for.body ] %add174 = add nsw i32 %i2.115, %x %idxprom177 = sext i32 %add174 to i64 - %arrayidx179 = getelementptr inbounds double* %data, i64 %idxprom177 - %tmp180 = load double* %arrayidx179, align 8 + %arrayidx179 = getelementptr inbounds double, double* %data, i64 %idxprom177 + %tmp180 = load double, double* %arrayidx179, align 8 %add249 = add nsw i32 %i2.115, %y %cmp168 = icmp sgt i32 %add249, %n br i1 %cmp168, label %exit, label %for.body |