diff options
Diffstat (limited to 'polly/test/Isl/CodeGen/simple_vec_call.ll')
-rw-r--r-- | polly/test/Isl/CodeGen/simple_vec_call.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/polly/test/Isl/CodeGen/simple_vec_call.ll b/polly/test/Isl/CodeGen/simple_vec_call.ll index 3dcc4141983..78bf38e1608 100644 --- a/polly/test/Isl/CodeGen/simple_vec_call.ll +++ b/polly/test/Isl/CodeGen/simple_vec_call.ll @@ -13,7 +13,7 @@ entry: body: %indvar = phi i64 [ 0, %entry ], [ %indvar_next, %body ] - %scevgep = getelementptr [1024 x float]* @B, i64 0, i64 %indvar + %scevgep = getelementptr [1024 x float], [1024 x float]* @B, i64 0, i64 %indvar %value = load float* getelementptr inbounds ([1024 x float]* @A, i64 0, i64 0), align 16 %result = tail call float @foo(float %value) nounwind store float %result, float* %scevgep, align 4 |