summaryrefslogtreecommitdiffstats
path: root/src/intel/compiler/brw_eu.h
diff options
context:
space:
mode:
authorMatt Turner <[email protected]>2017-11-16 11:43:51 -0800
committerMatt Turner <[email protected]>2017-11-17 12:14:38 -0800
commit821ec473a862762b3e9d4004d062293fa27e102b (patch)
tree3a39cb0087847445f3df1fc0459d2b49b945a751 /src/intel/compiler/brw_eu.h
parent4f82b17287194ca7d10816f6cfe4712a3e0a03fc (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.h')
-rw-r--r--src/intel/compiler/brw_eu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/intel/compiler/brw_eu.h b/src/intel/compiler/brw_eu.h
index d66988da568..b5a206b3f10 100644
--- a/src/intel/compiler/brw_eu.h
+++ b/src/intel/compiler/brw_eu.h
@@ -37,7 +37,7 @@
#include "brw_inst.h"
#include "brw_eu_defines.h"
#include "brw_reg.h"
-#include "intel_asm_annotation.h"
+#include "brw_disasm_info.h"
#ifdef __cplusplus
extern "C" {