Use a custom DenseMapInfo for WeakObjectProfileTy.
authorJordan Rose <jordan_rose@apple.com>
Fri, 28 Sep 2012 22:42:04 +0000 (22:42 +0000)
committerJordan Rose <jordan_rose@apple.com>
Fri, 28 Sep 2012 22:42:04 +0000 (22:42 +0000)
commit8d17c197967faf427dc1c0abe0d97a71d9546f14
treed7fae3e8de00eee30c33fd4b726309fc02d1180a
parent35760a8937289d456968479b0406fe864eb06501
Use a custom DenseMapInfo for WeakObjectProfileTy.

We can't specialize the usual llvm::DenseMapInfo at the end of the file
because by that point the DenseMap in FunctionScopeInfo has already been
instantiated.

No functionality change.

llvm-svn: 164862
clang/include/clang/Sema/ScopeInfo.h