1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-02-01 05:01:59 +01:00
Owen Anderson 5897fb359b Switch a std::map to a DenseMap in CodeGenRegisters.
The keys of the map are unique by pointer address, so there's no need
to use the llvm::less comparator. This allows us to use DenseMap
instead, which reduces tblgen time by 20% on my stress test.

llvm-svn: 230769
2015-02-27 17:57:01 +00:00
..
2014-03-29 10:18:08 +00:00
2015-02-26 04:53:00 +00:00
2014-06-13 15:21:50 +00:00
2015-02-04 22:36:52 +00:00
2014-06-08 22:29:17 +00:00
2014-10-16 20:00:02 +00:00
2013-01-02 09:10:48 +00:00
2012-01-26 22:06:23 +00:00
2014-06-23 17:58:39 +00:00
2014-01-24 17:20:08 +00:00