aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2008-01-19 17:21:43 +0000
committerTed Kremenek <kremenek@apple.com>2008-01-19 17:21:43 +0000
commit40da2eba7c5e188c52105267f8a969e822d48c1b (patch)
tree31aadebb8adc016951404904dee785d89a75bbcf /include
parent0705eb5f8e3050adae41434b3418fd339f53067b (diff)
downloadexternal_llvm-40da2eba7c5e188c52105267f8a969e822d48c1b.zip
external_llvm-40da2eba7c5e188c52105267f8a969e822d48c1b.tar.gz
external_llvm-40da2eba7c5e188c52105267f8a969e822d48c1b.tar.bz2
Changed argument name for 'Profile' method to potentially fix a name conflict
reported in pr1929 (http://llvm.org/PR1929). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46193 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/ADT/APInt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/ADT/APInt.h b/include/llvm/ADT/APInt.h
index e97d5e7..a6ec167 100644
--- a/include/llvm/ADT/APInt.h
+++ b/include/llvm/ADT/APInt.h
@@ -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;