Commit a2e8207
committed
[NFC][LLVMContext] Clean up DenseMapInfo classes used for APInt & APFloat.
DenseMapAPIntKeyInfo looks like a redundant definition because it
mirrors the default used by DenseMap when not specified.
Replacing DenseMapAPFloatKeyInfo with a specialisation of
DenseMapInfo allows DenseMap<T> to be more easily used when T is
an aggregate type containing an APFloat.1 parent 8727982 commit a2e8207
1 file changed
+3
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
77 | | - | |
78 | | - | |
| 76 | + | |
79 | 77 | | |
80 | 78 | | |
81 | 79 | | |
| |||
1489 | 1487 | | |
1490 | 1488 | | |
1491 | 1489 | | |
1492 | | - | |
1493 | | - | |
| 1490 | + | |
1494 | 1491 | | |
1495 | | - | |
1496 | | - | |
| 1492 | + | |
1497 | 1493 | | |
1498 | 1494 | | |
1499 | 1495 | | |
| |||
0 commit comments