> Log:
> wrap some long lines. Major offenders that are left include
> gvn, gvnpre, dse, and predsimplify. To see these, use:
>
> make check-line-length
[...]
> --- llvm/trunk/lib/Transforms/Scalar/ScalarReplAggregates.cpp (original)
> +++ llvm/trunk/lib/Transforms/Scalar/ScalarReplAggregates.cpp Thu Aug 2
> 11:53:43 2007
> @@ -50,7 +50,7 @@
> static char ID; // Pass identification, replacement for typeid
> explicit SROA(signed T = -1) : FunctionPass((intptr_t)&ID) {
> if (T == -1)
> - SRThreshold = 128;
> + SRThreshold = 512;
> else
> SRThreshold = T;
> }
The original line there was within 80 cols ;-).
Dan
--
Dan Gohman, Cray Inc.
_______________________________________________
llvm-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits