| Index: gcc/gcc/config/i386/constraints.md
|
| diff --git a/gcc/gcc/config/i386/constraints.md b/gcc/gcc/config/i386/constraints.md
|
| index 89722bb92daacb860dad18f87a81d9ef1df80abb..c95485231f0a07821772a30e2508f474a2f3827d 100644
|
| --- a/gcc/gcc/config/i386/constraints.md
|
| +++ b/gcc/gcc/config/i386/constraints.md
|
| @@ -169,3 +169,7 @@
|
| to fit that range (for immediate operands in zero-extending x86-64
|
| instructions)."
|
| (match_operand 0 "x86_64_zext_immediate_operand"))
|
| +
|
| +(define_address_constraint "T"
|
| + "Address operand of LEA instruction."
|
| + (match_operand 0 "lea_address_operand"))
|
|
|