forked from OSchip/llvm-project
Changed argument name for 'Profile' method to potentially fix a name conflict
reported in pr1929 (http://llvm.org/PR1929). llvm-svn: 46193
This commit is contained in:
parent
3e95d963e9
commit
7d2b746f08
|
@ -213,7 +213,7 @@ public:
|
|||
|
||||
/// Profile - Used to insert APInt objects, or objects that contain APInt
|
||||
/// objects, into FoldingSets.
|
||||
void Profile(FoldingSetNodeID& ID) const;
|
||||
void Profile(FoldingSetNodeID& id) const;
|
||||
|
||||
/// @brief Used by the Bitcode serializer to emit APInts to Bitcode.
|
||||
void Emit(Serializer& S) const;
|
||||
|
|
Loading…
Reference in New Issue