diff options
Diffstat (limited to 'test/Analysis/ScalarEvolution/sle.ll')
-rw-r--r-- | test/Analysis/ScalarEvolution/sle.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Analysis/ScalarEvolution/sle.ll b/test/Analysis/ScalarEvolution/sle.ll index f38f6b6..f24c480 100644 --- a/test/Analysis/ScalarEvolution/sle.ll +++ b/test/Analysis/ScalarEvolution/sle.ll @@ -14,8 +14,8 @@ entry: for.body: ; preds = %for.body, %entry %i = phi i64 [ %i.next, %for.body ], [ 0, %entry ] ; <i64> [#uses=2] - %arrayidx = getelementptr double* %p, i64 %i ; <double*> [#uses=2] - %t4 = load double* %arrayidx ; <double> [#uses=1] + %arrayidx = getelementptr double, double* %p, i64 %i ; <double*> [#uses=2] + %t4 = load double, double* %arrayidx ; <double> [#uses=1] %mul = fmul double %t4, 2.200000e+00 ; <double> [#uses=1] store double %mul, double* %arrayidx %i.next = add nsw i64 %i, 1 ; <i64> [#uses=2] |