[opaque pointer type] Add textual IR support for explicit type parameter to load...
[oota-llvm.git] / test / CodeGen / R600 / copy-to-reg.ll
index 784d2d0e579dedf2c4faad200a7066c315a293b0..fc875f6ef7a34301c18faea68fcdce51e7b90461 100644 (file)
@@ -21,7 +21,7 @@ loop:
 
 done:
   %tmp0 = getelementptr [16 x i32], [16 x i32]* %alloca, i32 0, i32 0
-  %tmp1 = load i32* %tmp0
+  %tmp1 = load i32, i32* %tmp0
   store i32 %tmp1, i32 addrspace(1)* %out
   ret void
 }