On Oct 12, 2007, at 12:20 PM, Tanya Lattner wrote:
> Anyone want to claim them? ;)

I confirm this is happening, but it was not happening until I did a  
checkout.

2006-10-19-SwitchUnnecessaryBranching.ll was introduced by the change  
in label names.
It looks like there was an attempt to fix it once, so it's probably  
OS dependent.  On darwin
it's trying to match LBB1__main (2 underscores) with BB1_main (1  
underscore).

The other one is failing doing
grep -i ST | not grep {fadd\\|fsub\\|fdiv\\|fmul}

There are no lines that match ST (correctly IMO).  I would expect  
"not grep" to succeed
on null input, but apparently it doesn't.  It's not obvious what the  
grep for ST is trying to
do, but I doubt this is still testing what it was supposed to test.


_______________________________________________
llvm-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to