[opaque pointer type] Add textual IR support for explicit type parameter to getelemen...
[oota-llvm.git] / test / CodeGen / X86 / vec_ins_extract.ll
index daf222e395bf2d7a1b55cf3d8172e47f9874d1b3..c65a9487f146781acf9499bd8893d11e1ad2caf9 100644 (file)
@@ -21,7 +21,7 @@ entry:
        %tmp = load <4 x float>* %F             ; <<4 x float>> [#uses=2]
        %tmp3 = fadd <4 x float> %tmp, %tmp             ; <<4 x float>> [#uses=1]
        store <4 x float> %tmp3, <4 x float>* %G
-       %tmp.upgrd.1 = getelementptr <4 x float>* %G, i32 0, i32 2              ; <float*> [#uses=1]
+       %tmp.upgrd.1 = getelementptr <4 x float>, <4 x float>* %G, i32 0, i32 2         ; <float*> [#uses=1]
        store float %f, float* %tmp.upgrd.1
        %tmp4 = load <4 x float>* %G            ; <<4 x float>> [#uses=2]
        %tmp6 = fadd <4 x float> %tmp4, %tmp4           ; <<4 x float>> [#uses=1]
@@ -35,7 +35,7 @@ entry:
        %tmp = load <4 x float>* %F             ; <<4 x float>> [#uses=2]
        %tmp3 = fadd <4 x float> %tmp, %tmp             ; <<4 x float>> [#uses=1]
        store <4 x float> %tmp3, <4 x float>* %G
-       %tmp.upgrd.2 = getelementptr <4 x float>* %G, i32 0, i32 2              ; <float*> [#uses=1]
+       %tmp.upgrd.2 = getelementptr <4 x float>, <4 x float>* %G, i32 0, i32 2         ; <float*> [#uses=1]
        %tmp.upgrd.3 = load float* %tmp.upgrd.2         ; <float> [#uses=1]
        store float %tmp.upgrd.3, float* %f
        ret void