1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 10:42:39 +01:00
llvm-mirror/lib/FuzzMutate
Eli Friedman 3d34a8c48c Remove CompositeType class.
The existence of the class is more confusing than helpful, I think; the
commonality is mostly just "GEP is legal", which can be queried using
APIs on GetElementPtrInst.

Differential Revision: https://reviews.llvm.org/D75660
2020-03-18 13:53:17 -07:00
..
CMakeLists.txt
FuzzerCLI.cpp
IRMutator.cpp
LLVMBuild.txt
OpDescriptor.cpp
Operations.cpp Remove CompositeType class. 2020-03-18 13:53:17 -07:00
RandomIRBuilder.cpp