[PATCH] D18721: Create a typedef GlobalValue::GUID for uint64_t and RAUW (NFC)
Teresa Johnson via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 1 22:11:36 PDT 2016
tejohnson accepted this revision.
tejohnson added a comment.
This revision is now accepted and ready to land.
Nice cleanup!
================
Comment at: include/llvm/IR/GlobalValue.h:334
@@ -328,3 +333,3 @@
/// (i.e. returned by getGlobalIdentifier()).
- uint64_t getGUID() { return getGUID(getGlobalIdentifier()); }
+ GUID getGUID() { return getGUID(getGlobalIdentifier()); }
----------------
Make this a const method?
http://reviews.llvm.org/D18721
More information about the llvm-commits
mailing list