[llvm] r209777 - Add a simple helper function to create a 64-bit integer.

Reid Kleckner rnk at google.com
Thu May 29 15:26:33 PDT 2014


On Thu, May 29, 2014 at 2:36 PM, Robinson, Paul <
Paul_Robinson at playstation.sony.com> wrote:

> > Author: rnk
> > Date: Wed May 28 17:49:12 2014
> > New Revision: 209777
> >
> > URL: http://llvm.org/viewvc/llvm-project?rev=209777&view=rev
> > Log:
> > Add a simple helper function to create a 64-bit integer.
> >
> > Add a function to combine two 32-bit integers into a 64-bit integer.
> > There are no calls to this function yet, although a subsequent change
> > will add some in LLDB.
> >
> > Reviewers: rnk
>
> Forgot to credit the original author?  ("Author" and "Reviewers" being
> the same managed to catch my eye.)
>

Yep, it was Zachary Turner's patch.  I was trying out 'arc patch' over the
usual 'patch -p1 <' dance.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140529/c0bb89fa/attachment.html>


More information about the llvm-commits mailing list