1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02: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 Make llvm::StringRef to std::string conversions explicit. 2020-01-28 23:25:25 +01:00
IRMutator.cpp
LLVMBuild.txt
OpDescriptor.cpp
Operations.cpp Remove CompositeType class. 2020-03-18 13:53:17 -07:00
RandomIRBuilder.cpp