[opaque pointer type] Add textual IR support for explicit type parameter to gep operator
[oota-llvm.git] / test / ExecutionEngine / MCJIT / pr13727.ll
index df57759bcceb30efdf60347632d9dfd83e6a7143..79dd9b4ccc0ee63b45f2bd86ed58114d2ae97167 100644 (file)
@@ -81,7 +81,7 @@ for.inc:                                          ; preds = %for.body
   br label %for.cond
 
 for.end:                                          ; preds = %for.cond
-  %10 = load i32, i32* getelementptr inbounds ([10 x i32]* @zero_arr, i32 0, i64 9), align 4
+  %10 = load i32, i32* getelementptr inbounds ([10 x i32], [10 x i32]* @zero_arr, i32 0, i64 9), align 4
   %cmp12 = icmp eq i32 %10, 110
   %cond = select i1 %cmp12, i32 0, i32 -1
   ret i32 %cond