[llvm-commits] calling convention support for ARM AAPCS VFP "homogenous aggregates"
Bob Wilson
bob.wilson at apple.com
Mon Aug 17 07:04:13 PDT 2009
On Aug 17, 2009, at 3:40 AM, Sandeep Patel wrote:
> On Mon, Aug 17, 2009 at 7:28 AM, Duncan Sands<baldrick at free.fr> wrote:
>>
>>> Attached is a patch to llvm-gcc to implement passing of homogenous
>>> aggregates via FP registers per the ARM AAPCS VFP variant (a.k.a.
>>> hard
>>> float).
>>
>> please indent using spaces and not tabs.
>
> I've certainly tried when editing files unique to LLVM. I thought that
> llvm-gcc code was still using the original 8 character tabs?
>
> It's easy to see how one could goof that up when working in llvm-gcc
> without being an emacs user. :)
I changed a bunch of the tabs to spaces before I committed the
changes, but I left a few tabs in a file that was already using them
everywhere.
More information about the llvm-commits
mailing list