diff --git a/src/intel/compiler/elk/elk_fs_combine_constants.cpp b/src/intel/compiler/elk/elk_fs_combine_constants.cpp index b455989cbb7..5c639c2a52f 100644 --- a/src/intel/compiler/elk/elk_fs_combine_constants.cpp +++ b/src/intel/compiler/elk/elk_fs_combine_constants.cpp @@ -43,6 +43,8 @@ using namespace elk; static const bool debug = false; +namespace { + enum PACKED interpreted_type { float_only = 0, integer_only, @@ -1304,6 +1306,8 @@ parcel_out_registers(struct imm *imm, unsigned len, const elk_bblock_t *cur_bloc } } +} /* namespace */ + bool elk_fs_visitor::opt_combine_constants() {