This is an archive of the discontinued LLVM Phabricator instance.

Add a simple helper function to create a 64-bit integer.
ClosedPublic

Authored by zturner on May 28 2014, 12:15 PM.

Details

Summary

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.

Diff Detail

Repository
rL LLVM

Event Timeline

zturner updated this revision to Diff 9885.May 28 2014, 12:15 PM
zturner retitled this revision from to Add a simple helper function to create a 64-bit integer..
zturner updated this object.
zturner edited the test plan for this revision. (Show Details)
zturner added a reviewer: rnk.
zturner added a subscriber: Unknown Object (MLST).
rnk accepted this revision.May 28 2014, 3:55 PM
rnk edited edge metadata.

lgtm

I'll go ahead and land this for you.

This revision is now accepted and ready to land.May 28 2014, 3:55 PM
rnk closed this revision.May 28 2014, 3:57 PM
rnk updated this revision to Diff 9891.

Closed by commit rL209777 (authored by @rnk).