Fix inserting new elements in a specified location.
[oota-llvm.git] / test / Transforms / ScalarRepl / memcpy-align.ll
index 3fbfc122d7019ee94958eb407afdaa7b1db20a65..6046e1295d9e9ed7c49956658b4a3eecd339ce91 100644 (file)
@@ -1,5 +1,5 @@
+; RUN: opt -scalarrepl -S < %s | FileCheck %s
 ; PR6832
-; RUN: opt %s -scalarrepl -S | FileCheck %s
 target datalayout =
 "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-n32"
 target triple = "arm-u-u"
@@ -9,7 +9,7 @@ target triple = "arm-u-u"
 
 @c = external global %0                           ; <%0*> [#uses=1]
 
-define arm_aapcscc void @good() nounwind {
+define void @good() nounwind {
 entry:
   %x0 = alloca %struct.anon, align 4              ; <%struct.anon*> [#uses=2]
   %tmp = bitcast %struct.anon* %x0 to i8*         ; <i8*> [#uses=1]