diff options
author | Uros Bizjak <uros@gcc.gnu.org> | 2019-07-01 21:04:05 +0200 |
---|---|---|
committer | Uros Bizjak <uros@gcc.gnu.org> | 2019-07-01 21:04:05 +0200 |
commit | 63c94f4cb0cffa6f3b316d4631092afee734506f (patch) | |
tree | b874f82970886c8f62cf4ee6d6085e8afac69936 /gcc | |
parent | 6783210c18319e47404b330d05db57b858e4d19c (diff) | |
download | gcc-63c94f4cb0cffa6f3b316d4631092afee734506f.zip gcc-63c94f4cb0cffa6f3b316d4631092afee734506f.tar.gz gcc-63c94f4cb0cffa6f3b316d4631092afee734506f.tar.bz2 |
* config/i386/constraints.md: Remove stalled comment w.r.t. Yh constraint.
From-SVN: r272908
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/i386/constraints.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/config/i386/constraints.md b/gcc/config/i386/constraints.md index c546b20..05ee7c9 100644 --- a/gcc/config/i386/constraints.md +++ b/gcc/config/i386/constraints.md @@ -109,7 +109,6 @@ ;; and all SSE regs otherwise ;; v any EVEX encodable SSE register for AVX512VL target, ;; otherwise any SSE register -;; h EVEX encodable SSE register with number factor of four ;; w any EVEX encodable SSE register for AVX512BW with TARGET_AVX512VL ;; target. |