Second part of pr16069
[oota-llvm.git] / test / Transforms / ScalarRepl / 2008-09-22-vector-gep.ll
index e32e6835fc017519ae9bab09b4e607f8ba9dff66..e7a58f16e2271966afd50b66c3b6d61ff0091984 100644 (file)
@@ -18,8 +18,8 @@ entry:
         ; because the type of the first element in %struct.two is i8.
        %tmpS = getelementptr %struct.two* %S, i32 0, i32 0, i32 0 
        %tmpD = bitcast %struct.two* %D to i8*
-        call void @llvm.memmove.i32(i8* %tmpD, i8* %tmpS, i32 4, i32 1)
+        call void @llvm.memmove.p0i8.p0i8.i32(i8* %tmpD, i8* %tmpS, i32 4, i32 1, i1 false)
         ret void
 }
 
-declare void @llvm.memmove.i32(i8*, i8*, i32, i32) nounwind
+declare void @llvm.memmove.p0i8.p0i8.i32(i8* nocapture, i8* nocapture, i32, i32, i1) nounwind
\ No newline at end of file