Revert "Allow SROA to look at a vector type and see if the offset is out of range...
[oota-llvm.git] / test / Transforms / ScalarRepl / memcpy-align.ll
index 3fbfc122d7019ee94958eb407afdaa7b1db20a65..a7af208f4f39c0c5a805b1ae74045b778c0e09e1 100644 (file)
@@ -1,5 +1,5 @@
-; PR6832
 ; RUN: opt %s -scalarrepl -S | FileCheck %s
+; PR6832
 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]