[llvm-commits] [llvm] r67849 - /llvm/trunk/test/CodeGen/PowerPC/int-fp-conv-0.ll

Chris Lattner clattner at apple.com
Sat Mar 28 12:12:25 PDT 2009


On Mar 28, 2009, at 3:07 AM, Bill Wendling wrote:

>> =
>> =
>> =====================================================================
>> --- llvm/trunk/test/CodeGen/PowerPC/int-fp-conv-0.ll (original)
>> +++ llvm/trunk/test/CodeGen/PowerPC/int-fp-conv-0.ll Fri Mar 27
>> 11:17:22 2009
>> @@ -1,4 +1,4 @@
>> -; RUN: llvm-as < %s | llc -march=ppc64 -debug |& not grep store
>> +; RUN: llvm-as < %s | llc -march=ppc64 -debug |& not grep {= store}
>
> I thought that "store" instructions were never assigned to a  
> variable...

Bill is right, this will never match.

-Chris



More information about the llvm-commits mailing list