[opaque pointer type] Add textual IR support for explicit type parameter to getelemen...
[oota-llvm.git] / test / Transforms / ScalarRepl / inline-vector.ll
index f7c70dcd5575fac6f33c3adea4c780ee990c7232..d118be0705d7691fecc384d3a2009216584bf873 100644 (file)
@@ -42,7 +42,7 @@ for.body:                                         ; preds = %for.cond
   br label %for.cond
 
 for.end:                                          ; preds = %for.cond
-  %x = getelementptr inbounds %struct.Vector4* %vector, i32 0, i32 0
+  %x = getelementptr inbounds %struct.Vector4, %struct.Vector4* %vector, i32 0, i32 0
   %tmp5 = load float* %x, align 16
   %conv = fpext float %tmp5 to double
   %call = call i32 (...)* @printf(double %conv) nounwind