Revert "Fix testcase for attribute ordering."
authorAnna Zaks <ganna@apple.com>
Fri, 15 Feb 2013 04:15:53 +0000 (04:15 +0000)
committerAnna Zaks <ganna@apple.com>
Fri, 15 Feb 2013 04:15:53 +0000 (04:15 +0000)
This reverts commit 58f20a3cbfca7384fe5e25e095f18572736a4792.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175249 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/MemCpyOpt/memcpy.ll

index 8fdfbbccdb36ff335fe7b47edb69c2e6147cef7b..c19a93a776c29b7c14765af57dcb4811c64d07b7 100644 (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.