diff options
author | Matt Turner <[email protected]> | 2017-11-16 11:43:51 -0800 |
---|---|---|
committer | Matt Turner <[email protected]> | 2017-11-17 12:14:38 -0800 |
commit | 821ec473a862762b3e9d4004d062293fa27e102b (patch) | |
tree | 3a39cb0087847445f3df1fc0459d2b49b945a751 /src/intel/compiler/brw_eu_compact.c | |
parent | 4f82b17287194ca7d10816f6cfe4712a3e0a03fc (diff) |
i965: Rename intel_asm_annotation -> brw_disasm_info
It was the only file named intel_* in the compiler.
Reviewed-by: Samuel Iglesias Gonsálvez <[email protected]>
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/intel/compiler/brw_eu_compact.c')
-rw-r--r-- | src/intel/compiler/brw_eu_compact.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/intel/compiler/brw_eu_compact.c b/src/intel/compiler/brw_eu_compact.c index d2edb5586c2..8d33e2adffc 100644 --- a/src/intel/compiler/brw_eu_compact.c +++ b/src/intel/compiler/brw_eu_compact.c @@ -74,7 +74,7 @@ #include "brw_eu.h" #include "brw_shader.h" -#include "intel_asm_annotation.h" +#include "brw_disasm_info.h" #include "common/gen_debug.h" static const uint32_t g45_control_index_table[32] = { |