Changed argument name for 'Profile' method to potentially fix a name conflict
authorTed Kremenek <kremenek@apple.com>
Sat, 19 Jan 2008 17:21:43 +0000 (17:21 +0000)
committerTed Kremenek <kremenek@apple.com>
Sat, 19 Jan 2008 17:21:43 +0000 (17:21 +0000)
reported in pr1929 (http://llvm.org/PR1929).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46193 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/ADT/APInt.h

index e97d5e75a86654c441b9c37dc84fd34d681f2b08..a6ec167da3559a862802b44cae1e180b9a23169f 100644 (file)
@@ -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;