| commit | 45d040bd85e0775156c65d99b329b7da5e764ef7 | [log] [tgz] |
|---|---|---|
| author | Chris Lattner <sabre@nondot.org> | Tue Dec 15 07:26:43 2009 +0000 |
| committer | Chris Lattner <sabre@nondot.org> | Tue Dec 15 07:26:43 2009 +0000 |
| tree | 4d52506fa579b13ad859c3fb2322b536cbafc4f2 | |
| parent | 66a664870b0faf134399f3182abde0c821d7f040 [diff] |
Remove isPod() from DenseMapInfo, splitting it out to its own isPodLike type trait. This is a generally useful type trait for more than just DenseMap, and we really care about whether something acts like a pod, not whether it really is a pod. llvm-svn: 91421