1 #include "sfn_optimizers.h"
2 #include "sfn_instruction_block.h"
3 
4 namespace r600 {
5 
6 std::vector<PInstruction>
flatten_shader(const std::vector<InstructionBlock> & ir)7 flatten_shader(const std::vector<InstructionBlock> &ir)
8 {
9 
10 }
11 
12 }