1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 03:23:01 +02:00
llvm-mirror/lib/Bitcode
Chris Lattner 587962c667 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
2009-12-15 07:26:43 +00:00
..
Reader Remove isPod() from DenseMapInfo, splitting it out to its own 2009-12-15 07:26:43 +00:00
Writer Revert 85678/85680. The decision is to stay with the current form of 2009-11-01 01:27:45 +00:00
Makefile Removed trailing whitespace from Makefiles. 2009-01-09 16:44:42 +00:00