dynarmic/src/ir_opt
Lioncash 25b4e463d3 ir_opt/a64_get_set_elimination_pass: Remove redundant return
This lambda function has a void return type, so we don't need to
explicitly return at the end of it.
2020-04-22 21:04:22 +01:00
..
a32_constant_memory_reads_pass.cpp ir_opt/a32_constant_memory_reads_pass: Apply const where applicable to locals 2020-04-22 21:00:47 +01:00
a32_get_set_elimination_pass.cpp ir_opt/a32_get_set_elimination_pass: Mark local variables as const where applicable 2020-04-22 21:00:47 +01:00
a64_callback_config_pass.cpp A32/A64: Make public header inclusions consistent 2020-04-22 21:04:22 +01:00
a64_get_set_elimination_pass.cpp ir_opt/a64_get_set_elimination_pass: Remove redundant return 2020-04-22 21:04:22 +01:00
a64_merge_interpret_blocks.cpp A32/A64: Make public header inclusions consistent 2020-04-22 21:04:22 +01:00
constant_propagation_pass.cpp general: Remove trailing spaces 2020-04-22 21:04:21 +01:00
dead_code_elimination_pass.cpp General: Convert multiple namespace specifiers to nested namespace specifiers where applicable 2020-04-22 20:44:38 +01:00
passes.h Implement DC instructions 2020-04-22 20:46:14 +01:00
verification_pass.cpp ir_opt/verification_pass: Add include for std::puts 2020-04-22 21:03:38 +01:00