[llvm-commits] [llvm] r51021 - in /llvm/trunk/lib/Transforms: IPO/ArgumentPromotion.cpp Scalar/DeadStoreElimination.cpp

Matthijs Kooijman matthijs at stdin.nl
Tue May 13 01:11:01 PDT 2008


Hi,

first of all, thanks for cleanup up the mess of my first patch. I hadn't
properly set up my indentation when I contributed it :-).

> @@ -74,8 +75,8 @@
>      Function *DoPromotion(Function *F, 
>                            SmallPtrSet<Argument*, 8> &ArgsToPromote,
>                            SmallPtrSet<Argument*, 8> &ByValArgsToTransform);
> -	/// The maximum number of elements to expand, or 0 for unlimited.
> -	unsigned maxElements;
> +  /// The maximum number of elements to expand, or 0 for unlimited.
> +  unsigned maxElements;
>    };
>  }
AFAICS, those lines need an extra indentation level to line up with the rest.

Gr.

Matthijs
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20080513/a58a95c3/attachment.sig>


More information about the llvm-commits mailing list