Change memcpy/memset/memmove to have dest and source alignments.
[oota-llvm.git] / test / Transforms / LoopIdiom / basic-address-space.ll
index 67cabf36eec7c3f391c1bc96e95ef2fc56a6966d..c709b9acd580be019cf13bc03bc93f35c494aa3f 100644 (file)
@@ -7,7 +7,7 @@ target triple = "x86_64-apple-darwin10.0.0"
 define void @test10(i8 addrspace(2)* %X) nounwind ssp {
 ; CHECK-LABEL: @test10(
 ; CHECK: entry:
 define void @test10(i8 addrspace(2)* %X) nounwind ssp {
 ; CHECK-LABEL: @test10(
 ; CHECK: entry:
-; CHECK-NEXT: call void @llvm.memset.p2i8.i16(i8 addrspace(2)* %X, i8 0, i16 10000, i32 1, i1 false)
+; CHECK-NEXT: call void @llvm.memset.p2i8.i16(i8 addrspace(2)* align 1 %X, i8 0, i16 10000, i1 false)
 ; CHECK-NOT: store
 ; CHECK: ret void
 
 ; CHECK-NOT: store
 ; CHECK: ret void