Skip to content
Commit 822f634d authored by Torok Edwin's avatar Torok Edwin
Browse files

Add a comment explaining how DenseMap::insert works, because it is not

intuitive.
It does NOT update the value if the key is already in the map,
it also returns false if the key is already in the map, regardless
if the value matched.

llvm-svn: 83458
parent a4560bad
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment