diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1992-07-08 06:27:39 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1992-07-08 06:27:39 -0400 |
commit | 3b5e8cb62ed7db313c0f75bd4bc722bd95b1d093 (patch) | |
tree | a1ae289f1ad1bd4f0d6ff2fd44d5fa603430f015 /gcc/config | |
parent | 5f2435432da860d80689dc275a04e7307d15fd4a (diff) | |
download | gcc-3b5e8cb62ed7db313c0f75bd4bc722bd95b1d093.zip gcc-3b5e8cb62ed7db313c0f75bd4bc722bd95b1d093.tar.gz gcc-3b5e8cb62ed7db313c0f75bd4bc722bd95b1d093.tar.bz2 |
(zero_extendhisi2): Remove unneeded constraint.
From-SVN: r1514
Diffstat (limited to 'gcc/config')
-rw-r--r-- | gcc/config/romp/romp.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/romp/romp.md b/gcc/config/romp/romp.md index ad52fbf..93b121c 100644 --- a/gcc/config/romp/romp.md +++ b/gcc/config/romp/romp.md @@ -980,7 +980,7 @@ ;; Now zero extensions: (define_expand "zero_extendhisi2" - [(set (match_operand:SI 0 "register_operand" "b") + [(set (match_operand:SI 0 "register_operand" "") (zero_extend:SI (match_operand:HI 1 "register_operand" "")))] "" "") |