llvm-project/llvm/include
Jakob Stoklund Olesen fe6e07fd8a Use std::unique instead of a SmallPtrSet to ensure unique instructions in UseSlots.
This allows us to always keep the smaller slot for an instruction which is what
we want when a register has early clobber defines.

Drop the UsingInstrs set and the UsingBlocks map. They are no longer needed.

llvm-svn: 128886
2011-04-05 15:18:18 +00:00
..
llvm Use std::unique instead of a SmallPtrSet to ensure unique instructions in UseSlots. 2011-04-05 15:18:18 +00:00
llvm-c Add a set of C bindings for the Object interface. 2011-04-03 22:34:07 +00:00