Fix inserting new elements in a specified location.
[oota-llvm.git] / test / Transforms / ScalarRepl / vector_memcpy.ll
index 6032dd376eba0775bc52795eb90429e9367120f7..33e8034f573403bb9fc3d70c0c6d3983fb9d9f4d 100644 (file)
@@ -1,6 +1,7 @@
-; RUN: opt %s -scalarrepl | llvm-dis > %t
-; RUN: grep {ret <16 x float> %A} %t
-; RUN: grep {ret <16 x float> zeroinitializer} %t
+; RUN: opt < %s -scalarrepl -S > %t
+; RUN: grep "ret <16 x float> %A" %t
+; RUN: grep "ret <16 x float> zeroinitializer" %t
+target datalayout = "E-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64"
 
 define <16 x float> @foo(<16 x float> %A) nounwind {
        %tmp = alloca <16 x float>, align 16