[llvm] r179874 - Attempt to pacify this test for the buildbots.

Bill Wendling wendling at apple.com
Fri Apr 19 13:37:07 PDT 2013


Thanks.

-bw

On Apr 19, 2013, at 12:27 PM, Chad Rosier <mcrosier at apple.com> wrote:

> Author: mcrosier
> Date: Fri Apr 19 14:27:33 2013
> New Revision: 179874
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=179874&view=rev
> Log:
> Attempt to pacify this test for the buildbots.
> 
> Modified:
>    llvm/trunk/test/Transforms/MergeFunc/inttoptr.ll
> 
> Modified: llvm/trunk/test/Transforms/MergeFunc/inttoptr.ll
> URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/MergeFunc/inttoptr.ll?rev=179874&r1=179873&r2=179874&view=diff
> ==============================================================================
> --- llvm/trunk/test/Transforms/MergeFunc/inttoptr.ll (original)
> +++ llvm/trunk/test/Transforms/MergeFunc/inttoptr.ll Fri Apr 19 14:27:33 2013
> @@ -46,9 +46,9 @@ bb:
> 
> define internal hidden i8* @func35(%.qux.2585* nocapture %this) align 2 {
> bb:
> -; CHECK: %2 = bitcast %.qux.2585* %0 to %.qux.2496*
> -; CHECK: %3 = tail call i32 @func10(%.qux.2496* %2)
> -; CHECK: %4 = inttoptr i32 %3 to i8*
> +; CHECK: %[[V2:[0-9]+]] = bitcast %.qux.2585* %{{.*}} to %.qux.2496*
> +; CHECK: %[[V3:[0-9]+]] = tail call i32 @func10(%.qux.2496* %[[V2]])
> +; CHECK: %{{.*}} = inttoptr i32 %[[V3]] to i8*
>   %tmp = getelementptr inbounds %.qux.2585* %this, i32 0, i32 2
>   %tmp1 = load i8** %tmp, align 4
>   ret i8* %tmp1
> 
> 
> _______________________________________________
> 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