summaryrefslogtreecommitdiffstats
path: root/polly/test/Isl/CodeGen/simple_vec_assign_scalar.ll
diff options
context:
space:
mode:
Diffstat (limited to 'polly/test/Isl/CodeGen/simple_vec_assign_scalar.ll')
-rw-r--r--polly/test/Isl/CodeGen/simple_vec_assign_scalar.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/polly/test/Isl/CodeGen/simple_vec_assign_scalar.ll b/polly/test/Isl/CodeGen/simple_vec_assign_scalar.ll
index 58066a0280c..924a0adf277 100644
--- a/polly/test/Isl/CodeGen/simple_vec_assign_scalar.ll
+++ b/polly/test/Isl/CodeGen/simple_vec_assign_scalar.ll
@@ -50,7 +50,7 @@ bb6: ; preds = %bb2
define i32 @main() nounwind {
bb:
call void @simple_vec_const()
- %tmp = load float, float* getelementptr inbounds ([1024 x float]* @A, i64 0, i64 42), align 8
+ %tmp = load float, float* getelementptr inbounds ([1024 x float], [1024 x float]* @A, i64 0, i64 42), align 8
%tmp1 = fptosi float %tmp to i32
ret i32 %tmp1
}
OpenPOWER on IntegriCloud