From: Bill Wendling Date: Fri, 15 Feb 2013 00:58:25 +0000 (+0000) Subject: Fix testcase for attribute ordering. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fa1d248ccfa5b913ffb8786edb1d054264018762;p=platform%2Fupstream%2Fllvm.git Fix testcase for attribute ordering. llvm-svn: 175236 --- diff --git a/llvm/test/Transforms/MemCpyOpt/memcpy.ll b/llvm/test/Transforms/MemCpyOpt/memcpy.ll index c19a93a..8fdfbbc 100644 --- a/llvm/test/Transforms/MemCpyOpt/memcpy.ll +++ b/llvm/test/Transforms/MemCpyOpt/memcpy.ll @@ -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.