diff options
Diffstat (limited to 'gcc/tree-ssa-structalias.c')
-rw-r--r-- | gcc/tree-ssa-structalias.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/tree-ssa-structalias.c b/gcc/tree-ssa-structalias.c index 6f6eff4..5323a2ba 100644 --- a/gcc/tree-ssa-structalias.c +++ b/gcc/tree-ssa-structalias.c @@ -2913,7 +2913,6 @@ get_constraint_for (tree t, VEC (ce_s, heap) **results) { case NOP_EXPR: case CONVERT_EXPR: - case NON_LVALUE_EXPR: { tree op = TREE_OPERAND (t, 0); |