[llvm-commits] [llvm] r152498 - /llvm/trunk/test/Transforms/InstCombine/2012-03-10-InstCombine.ll

Bill Wendling wendling at apple.com
Sat Mar 10 10:21:05 PST 2012


Doh! Thanks.

-bw

On Mar 10, 2012, at 10:07 AM, Benjamin Kramer <benny.kra at googlemail.com> wrote:

> Author: d0k
> Date: Sat Mar 10 12:07:46 2012
> New Revision: 152498
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=152498&view=rev
> Log:
> Don't try to filecheck bitcode.
> 
> Modified:
>    llvm/trunk/test/Transforms/InstCombine/2012-03-10-InstCombine.ll
> 
> Modified: llvm/trunk/test/Transforms/InstCombine/2012-03-10-InstCombine.ll
> URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/InstCombine/2012-03-10-InstCombine.ll?rev=152498&r1=152497&r2=152498&view=diff
> ==============================================================================
> --- llvm/trunk/test/Transforms/InstCombine/2012-03-10-InstCombine.ll (original)
> +++ llvm/trunk/test/Transforms/InstCombine/2012-03-10-InstCombine.ll Sat Mar 10 12:07:46 2012
> @@ -1,4 +1,4 @@
> -; RUN: opt < %s -instcombine | FileCheck %s
> +; RUN: opt < %s -S -instcombine | FileCheck %s
> 
> ; Derived from gcc.c-torture/execute/frame-address.c
> 
> 
> 
> _______________________________________________
> 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