1 #ifndef SFN_OPTIMIZERS_H 2 #define SFN_OPTIMIZERS_H 3 4 #include "sfn_instruction_base.h" 5 6 namespace r600 { 7 8 std::vector<PInstruction> 9 flatten_alu_ops(const std::vector<InstructionBlock> &ir); 10 11 12 } 13 14 #endif // SFN_OPTIMIZERS_H 15
1 #ifndef SFN_OPTIMIZERS_H 2 #define SFN_OPTIMIZERS_H 3 4 #include "sfn_instruction_base.h" 5 6 namespace r600 { 7 8 std::vector<PInstruction> 9 flatten_alu_ops(const std::vector<InstructionBlock> &ir); 10 11 12 } 13 14 #endif // SFN_OPTIMIZERS_H 15