This is an archive of the discontinued LLVM Phabricator instance.

Create a typedef GlobalValue::GUID for uint64_t and RAUW (NFC)
ClosedPublic

Authored by mehdi_amini on Apr 1 2016, 9:46 PM.

Details

Summary

This should make the code more readable, especially all the map declarations.

Diff Detail

Event Timeline

mehdi_amini updated this revision to Diff 52455.Apr 1 2016, 9:46 PM
mehdi_amini retitled this revision from to Create a typedef GlobalValue::GUID for uint64_t and RAUW (NFC).
mehdi_amini updated this object.
mehdi_amini added a reviewer: tejohnson.
mehdi_amini added a subscriber: llvm-commits.

Add missing include

tejohnson accepted this revision.Apr 1 2016, 10:11 PM
tejohnson edited edge metadata.

Nice cleanup!

include/llvm/IR/GlobalValue.h
334

Make this a const method?

This revision is now accepted and ready to land.Apr 1 2016, 10:11 PM
mehdi_amini closed this revision.Apr 2 2016, 10:37 AM

r265215

include/llvm/IR/GlobalValue.h
334

r265217