diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1995-09-22 18:48:58 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1995-09-22 18:48:58 -0400 |
commit | f0c2404219afc7da27a8ea70e8b1a4c51320b033 (patch) | |
tree | 7175219deb18449819cf8738a2d18e226c7d52a8 | |
parent | b42325894a0e6d7967d120fc1aefbf76821260d8 (diff) | |
download | gcc-f0c2404219afc7da27a8ea70e8b1a4c51320b033.zip gcc-f0c2404219afc7da27a8ea70e8b1a4c51320b033.tar.gz gcc-f0c2404219afc7da27a8ea70e8b1a4c51320b033.tar.bz2 |
(cmpsi): Add missing constraints to operand 1.
From-SVN: r10394
-rw-r--r-- | gcc/config/i370/i370.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/i370/i370.md b/gcc/config/i370/i370.md index 2e4e3b7..c64f86d 100644 --- a/gcc/config/i370/i370.md +++ b/gcc/config/i370/i370.md @@ -220,7 +220,7 @@ (define_insn "cmpsi" [(set (cc0) (compare (match_operand:SI 0 "register_operand" "d") - (match_operand:SI 1 "general_operand" "")))] + (match_operand:SI 1 "general_operand" "md")))] "" "* { |