This is an archive of the discontinued LLVM Phabricator instance.

Fix pointers to go on the right hand side. NFC.
ClosedPublic

Authored by mgrang on Feb 3 2016, 1:11 PM.

Details

Summary

Fixed pointers to go on the right hand side following coding guidelines. NFC.

Patch by Mandeep Singh Grang.

Diff Detail

Event Timeline

mgrang updated this revision to Diff 46822.Feb 3 2016, 1:11 PM
mgrang retitled this revision from to Fix pointers to go on the right hand side. NFC..
mgrang updated this object.
mgrang added reviewers: majnemer, arsenm, sanjoy.
mgrang set the repository for this revision to rL LLVM.
arsenm added inline comments.Feb 3 2016, 1:13 PM
lib/IR/Instructions.cpp
394

This one should not change because it is an IR example, where the pointer is to the left

396

This one should be fixed with the pointer to the left

mgrang added inline comments.Feb 3 2016, 1:22 PM
lib/IR/Instructions.cpp
396

Thanks Matt. Will fix this.

mgrang updated this revision to Diff 46827.Feb 3 2016, 1:23 PM
sanjoy accepted this revision.Feb 3 2016, 1:24 PM
sanjoy edited edge metadata.
This revision is now accepted and ready to land.Feb 3 2016, 1:24 PM
apazos closed this revision.Feb 3 2016, 1:38 PM