[PATCH] D18721: Create a typedef GlobalValue::GUID for uint64_t and RAUW (NFC)
Mehdi AMINI via llvm-commits
llvm-commits at lists.llvm.org
Sat Apr 2 10:37:31 PDT 2016
joker.eph closed this revision.
joker.eph added a comment.
r265215
================
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()); }
----------------
tejohnson wrote:
> Make this a const method?
r265217
http://reviews.llvm.org/D18721
More information about the llvm-commits
mailing list