aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-operands.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/tree-ssa-operands.h')
-rw-r--r--gcc/tree-ssa-operands.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-ssa-operands.h b/gcc/tree-ssa-operands.h
index 2d83800..f5a779c 100644
--- a/gcc/tree-ssa-operands.h
+++ b/gcc/tree-ssa-operands.h
@@ -37,7 +37,7 @@ typedef ssa_use_operand_t *use_operand_p;
struct use_optype_d
{
struct use_optype_d *next;
- struct ssa_use_operand_d use_ptr;
+ struct ssa_use_operand_t use_ptr;
};
typedef struct use_optype_d *use_optype_p;