[llvm] r175249 - Revert "Fix testcase for attribute ordering."

Eli Bendersky eliben at google.com
Fri Feb 15 08:49:21 PST 2013


Hi Anna,

Could you please refer to LLVM revisions by their SVN "name"? Since
SVN is currently the official VCS for LLVM, and its revision numbers
(i.e. r175249 for your commit) are sent to the mailing list, it's
inconvenient to see Git revisions in here because it's difficult to
correlate them to the original commits without going to the (I assume)
git-svn mirror.

Thanks,
Eli


On Thu, Feb 14, 2013 at 8:15 PM, Anna Zaks <ganna at apple.com> wrote:
> Author: zaks
> Date: Thu Feb 14 22:15:53 2013
> New Revision: 175249
>
> URL: http://llvm.org/viewvc/llvm-project?rev=175249&view=rev
> Log:
> Revert "Fix testcase for attribute ordering."
>
> This reverts commit 58f20a3cbfca7384fe5e25e095f18572736a4792.
>
> Modified:
>     llvm/trunk/test/Transforms/MemCpyOpt/memcpy.ll
>
> Modified: llvm/trunk/test/Transforms/MemCpyOpt/memcpy.ll
> URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/MemCpyOpt/memcpy.ll?rev=175249&r1=175248&r2=175249&view=diff
> ==============================================================================
> --- llvm/trunk/test/Transforms/MemCpyOpt/memcpy.ll (original)
> +++ llvm/trunk/test/Transforms/MemCpyOpt/memcpy.ll Thu Feb 14 22:15:53 2013
> @@ -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.
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits



More information about the llvm-commits mailing list