fix typo in last patch
From-SVN: r68024
This commit is contained in:
parent
89d09f835a
commit
26d8387960
1 changed files with 1 additions and 1 deletions
|
@ -2507,7 +2507,7 @@ while (0)
|
|||
: (C) == 'C' ? EXTRA_CONSTRAINT_C ((OP), (STR)) \
|
||||
: (C) == 'S' ? EXTRA_CONSTRAINT_S ((OP), (STR)) \
|
||||
: (C) == 'W' ? EXTRA_CONSTRAINT_W (OP) \
|
||||
: (C) == 'U' ? EXTRA_CONSTRAINT_Z (OP) \
|
||||
: (C) == 'Z' ? EXTRA_CONSTRAINT_Z (OP) \
|
||||
: 0)
|
||||
|
||||
/* GO_IF_LEGITIMATE_ADDRESS recognizes an RTL expression
|
||||
|
|
Loading…
Add table
Reference in a new issue