mirror of
https://github.com/intel/llvm.git
synced 2026-01-31 07:27:33 +08:00
Type*'s can change as types are refined, so we can't use them as a stable key in the map. Decls don't change, so use them instead. This patch was written by Anders, but he's too shy to commit it himself :) llvm-svn: 46743