[llvm-commits] [llvm] r100016 - /llvm/trunk/lib/Target/X86/SSEDomainFix.cpp

Duncan Sands baldrick at free.fr
Wed Mar 31 11:41:26 PDT 2010


Hi Jakob, thanks for fixing this.

>     assert(!A->collapsed()&&  "Cannot merge into collapsed");
>     assert(!B->collapsed()&&  "Cannot merge from collapsed");
> +	if (A == B)
> +    return true;

This is oddly indented.  The first added line indents using a tab stop.

Ciao,

Duncan.



More information about the llvm-commits mailing list