diff options
author | Mike Stump <mikestump@comcast.net> | 2011-01-14 19:37:16 +0000 |
---|---|---|
committer | Mike Stump <mrs@gcc.gnu.org> | 2011-01-14 19:37:16 +0000 |
commit | a7edae0a639463d706436863293c9f52632492b6 (patch) | |
tree | a222fb6ddff04eb30c76246f8073c1279c62f133 /gcc/config/arm/iwmmxt.md | |
parent | ed4ebabc902c38b6d93c8d88405fa38cbb081498 (diff) | |
download | gcc-a7edae0a639463d706436863293c9f52632492b6.tar.gz |
alpha.md (umk_mismatch_args): Don't put a mode on set.
* config/alpha/alpha.md (umk_mismatch_args): Don't put a mode on set.
* config/fr30/fr30.md: Likweise
(movsi_push): Likewise.
(movsi_pop): Likewise.
(enter_func): Likewise.
* config/moxie/moxie.md (movsi_push): Likewise.
(movsi_pop): Likewise.
From-SVN: r168817
Diffstat (limited to 'gcc/config/arm/iwmmxt.md')
-rw-r--r-- | gcc/config/arm/iwmmxt.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/arm/iwmmxt.md b/gcc/config/arm/iwmmxt.md index 00dd2326b18..7f13ae49b9b 100644 --- a/gcc/config/arm/iwmmxt.md +++ b/gcc/config/arm/iwmmxt.md @@ -551,7 +551,7 @@ ;; ;; Note - you cannot use patterns like these here: ;; -;; (set:<vector> (match:<vector>) (<comparator>:<vector> (match:<vector>) (match:<vector>))) +;; (set (match:<vector>) (<comparator>:<vector> (match:<vector>) (match:<vector>))) ;; ;; Because GCC will assume that the truth value (1 or 0) is installed ;; into the entire destination vector, (with the '1' going into the least |