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
Loading
Please register or sign in to comment