Revert "Fix testcase for attribute ordering."

This reverts commit 58f20a3cbfca7384fe5e25e095f18572736a4792.

llvm-svn: 175249
This commit is contained in:
Anna Zaks 2013-02-15 04:15:53 +00:00
parent 61040b915d
commit 269d1fa991
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ entry:
ret i32 0
; CHECK: @test5(
; CHECK: store i8 4
; CHECK: call void @test5a(%struct.S* byval align 16 %y)
; CHECK: call void @test5a(%struct.S* align 16 byval %y)
}
;; Noop memcpy should be zapped.