summaryrefslogtreecommitdiff
path: root/assembler/gen4asm.h
diff options
context:
space:
mode:
Diffstat (limited to 'assembler/gen4asm.h')
-rw-r--r--assembler/gen4asm.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/assembler/gen4asm.h b/assembler/gen4asm.h
index d81f597f..122baf00 100644
--- a/assembler/gen4asm.h
+++ b/assembler/gen4asm.h
@@ -66,14 +66,6 @@ typedef struct { \
/* ensure nobody changes the size of struct brw_instruction */
STRUCT_SIZE_ASSERT(brw_instruction, 16);
-/**
- * This structure is the internal representation of directly-addressed
- * registers in the parser.
- */
-struct direct_reg {
- int reg_file, reg_nr, subreg_nr;
-};
-
struct condition {
int cond;
int flag_reg_nr;