Fix testcase for attribute ordering.

llvm-svn: 175236
This commit is contained in:
Bill Wendling 2013-02-15 00:58:25 +00:00
parent 24b05cbeef
commit fa1d248ccf
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* align 16 byval %y)
; CHECK: call void @test5a(%struct.S* byval align 16 %y)
}
;; Noop memcpy should be zapped.